curl --location --request GET 'https://yourdomain.com/webhooks/hypetech/register?user_id=26¤cy=USD&amount=200&provider=hypetech&provider_tx_id=559&game=aviador&action=bet&round_id=string&mode=default&count_register=1&session_token=b72afc947ed1809d9a993d378733cfea' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "26",
"currency": "USD",
"amount": 200,
"provider": "hypetech",
"provider_tx_id": "559",
"game": "aviador",
"action": "bet",
"round_id": "255",
"mode": "default",
"count_register": "1",
"session_token": "b72afc947ed1809d9a993d378733cfea"
}'