{ "openID": "83", "requestNo": "elit ipsum ex" }
curl --location --request POST 'https://open-test.inflyway.com/openCollection/collection/external/withdraw/queryWithdrawStatus' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "openID": "83", "requestNo": "elit ipsum ex" }'
{ "code": 0, "message": "string", "data": { "status": "string", "statusDesc": "string", "estPaymentTime": 0, "failReason": "string", "returnCurrency": "string", "returnAmt": "string" } }