Request
Body Params application/json
{
"status": "getbalance",
"username": "{{userName}}",
"time": {{$timestamp}}
}
Request samples
curl --location -g --request POST '/?hash={{hash}}' \
--header 'User-Agent: StarGame GameServer_Primary / 1.0 (x64)' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "getbalance",
"username": "{{userName}}",
"time": {{$timestamp}}
}'
Responses
application/json {
"balance": 996250,
"username": "227131"
}
Modified at 2024-12-21 01:53:05