{ "requestNo": "string", "auditStatus": "00", "remark": "string" }
curl --location --request POST 'https://open-test.inflyway.comURL为第三方提供的回调地址' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "requestNo": "string", "auditStatus": "00", "remark": "string" }'
{}