{}curl --location --request POST 'https://uat.asoworld.com/openApi/Account/usdBalance' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"P": {
"USD": 250000,
"teamUSD": 50000
}
}