TOKEN: ********************
{ "openID": "string", "requestNo": "string" }
curl --location --request POST 'https://open-test.inflyway.com/openTrade/queryFlowIDStatus' \ --header 'Authorization: Bearer {{token}}' \ --header 'TOKEN: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "openID": "string", "requestNo": "string" }'
{"code":200,"data":{"auditStatus":"00","inacctStatus":"00"},"message":"请求成功"}