{
"status": "playerbet",
"username": "{{userName}}",
"userbet": {{nextPlayerBet}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"transactionid": "{{transactionId}}",
"time": {{$timestamp}}
}
curl --location -g --request POST 'http://{{WALLET_API_HOST}}?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "playerbet",
"username": "{{userName}}",
"userbet": {{nextPlayerBet}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"transactionid": "{{transactionId}}",
"time": {{$timestamp}}
}'
{
"errors": "INSUFFICIENT_FUNDS"
}