Authorization: Bearer ********************
{ "openID": "61bff460b5a74a6b91868de432e33ace", "withdrawCurrency": "USD" }
curl --location --request POST 'https://open-test.inflyway.com/openCollection/collection/external/withdraw/queryWithdrawAmount' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "openID": "61bff460b5a74a6b91868de432e33ace", "withdrawCurrency": "USD" }'
{ "code": 200, "message": "success", "data": { "withdrawAbleAmt": 85 } }