{
"status": "playerbet",
"username": "{{userName}}",
"userbet": -10,
"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": -10,
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"transactionid": "{{transactionId}}",
"time": {{$timestamp}}
}'
{
"errors": "invalid amount"
}