curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/rollback' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"currency": "string",
"amount": 0,
"provider": "string",
"provider_tx_id": 0,
"game": "string",
"action": "string",
"action_id": "string",
"session_token": "string",
"platform": "string"
}'
{
"operator_tx_id": "string",
"new_balance": "string",
"old_balance": "string",
"user_id": "string",
"currency": "string",
"provider": "string",
"provider_tx_id": "string"
}