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