{
"status": "playerbet",
"username": "{{userName}}",
"userbet": 100,
"transactionid": "{{transactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId6}}",
"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": 100,
"transactionid": "{{transactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId6}}",
"some_fake_key": "some_fake_value"
}'
{}