{
"pomeloAccountID": "string"
}
curl --location --request POST '/api=getBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
"pomeloAccountID": "string"
}'
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"balance": 0
}
}