{
"status": "cancelbet",
"username": "{{userName}}",
"transactionid": "{{bet7TransactionId}}",
"time": {{$timestamp}},
"some_fake_key": "some_fake_value",
"amount": 100,
"gameindex": {{gameIndex}}
}
curl --location -g --request POST 'http://{{WALLET_API_HOST}}?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "cancelbet",
"username": "{{userName}}",
"transactionid": "{{bet7TransactionId}}",
"time": {{$timestamp}},
"some_fake_key": "some_fake_value",
"amount": 100,
"gameindex": {{gameIndex}}
}'
{}