{
"status": "getbalance",
"username": "{{userName}}",
"time": {{$timestamp}}
}
curl --location -g --request POST 'http://{{WALLET_API_HOST}}?hash={{hash}}' \
--header 'User-Agent: StarGame GameServer_Primary / 1.0 (x64)' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "getbalance",
"username": "{{userName}}",
"time": {{$timestamp}}
}'
{
"balance": 996250,
"username": "227131"
}