{ "requestNo": "string", "withdrawNo": "string", "status": "string", "statusDesc": "string", "estPaymentTime": 0, "failReason": "string", "returnCurrency": "string", "returnAmt": 0 }
curl --location --request POST 'https://open-test.inflyway.comURL为第三方提供的回调地址' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "requestNo": "string", "withdrawNo": "string", "status": "string", "statusDesc": "string", "estPaymentTime": 0, "failReason": "string", "returnCurrency": "string", "returnAmt": 0 }'
{}