curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/operator/getBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string",
"currencyCode": "string",
"requestId": "string"
}'{
"code": 0,
"msg": "",
"data": {
"operatorId": "",
"requestId": "",
"walletBalance": [
{
"currencyCode": "",
"balance": 0.0
}
]
}
}