PlayerWinTransactionAlreadyExist
Request
Body Params application/json
{
"status": "playerwin",
"username": "{{userName}}",
"userwin": 200,
"transactionid": "{{prevTransactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"some_fake_key": "some_fake_value"
}
Request samples
curl --location -g --request POST '/?hash={{hash}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "playerwin",
"username": "{{userName}}",
"userwin": 200,
"transactionid": "{{prevTransactionId}}",
"time": {{$timestamp}},
"gameindex": {{gameIndex}},
"roundid": "{{roundId}}",
"some_fake_key": "some_fake_value"
}'
Responses
application/json {
"balance": 996650,
"transactionid": "43e5c5f5-a8f9-42d0-87d2-ec8aaa2457be",
"username": "227131"
}
Modified at 2024-12-21 01:53:05