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