{
"resourceType": "AI_PRO_ACCOUNT"
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/ai/pro/account/balance' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceType": "AI_PRO_ACCOUNT"
}'
{
"code": "string",
"message": "string",
"data": {
"resourceBalance": 0
}
}