{
"status": "playerbet",
"username": "{{userName}}",
"userbet": 200,
"transactionid": "{{prevTransactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"some_fake_key": "some_fake_value"
}
curl --location -g --request POST 'http://{{WALLET_API_HOST}}?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "playerbet",
"username": "{{userName}}",
"userbet": 200,
"transactionid": "{{prevTransactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"some_fake_key": "some_fake_value"
}'
{
"balance": 996250,
"transactionid": "1ce5c94d-d1c4-4451-a0d7-23c2c69cbfde",
"username": "227131"
}