{
"status": "playerbet",
"username": "{{userName}}",
"userbet": -10,
"gameindex": 36,
"roundid": "e3e9623d-960f-4c33-b0d4-0c82b4b1ca9a",
"transactionid": "5f963a1c-7265-4eaf-8931-684c66f155d9",
"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": 36,
"roundid": "e3e9623d-960f-4c33-b0d4-0c82b4b1ca9a",
"transactionid": "5f963a1c-7265-4eaf-8931-684c66f155d9",
"time": {{$timestamp}}
}'
{
"errors": "invalid amount"
}