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