curl --location --request POST '/integration-gateway/external/report-settled-bet-event' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"betId": "12345",
"userId": "67890",
"amount": 100.00,
"status": "won",
"timestamp": "2025-07-21T12:00:00Z",
"location": {
"latitude": 6.5244,
"longitude": 3.3792,
"accuracy": 50,
"source": "gps"
},
"metadata": {
"game": "soccer",
"odds": 2.5
}
}'{}