curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/rewards' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"currency": "string",
"amount": 0,
"provider": "string",
"provider_tx_id": "string",
"game": "string",
"action": "string",
"round_id": "string",
"mode": "string",
"count_register": 0,
"session_token": "string"
}'
{
"operator_tx_id": "559",
"new_balance": "2050.00",
"old_balance": "2300.00",
"user_id": "13",
"currency": "BRL",
"provider": "hypetech",
"provider_tx_id": "559"
}