Authorization: Bearer ********************
{ "requestNo": "xxxxx", "openID": "61bff460b5a74a6b91868de432e33ace", "inquiryNo": "RADAR_1821078439204028417", "sellAmount": "12345.67" }
curl --location --request POST 'https://open-test.inflyway.com/openFx/app/fly-exchange/rate/submit' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "requestNo": "xxxxx", "openID": "61bff460b5a74a6b91868de432e33ace", "inquiryNo": "RADAR_1821078439204028417", "sellAmount": "12345.67" }'
{ "code": "200", "message": "请求成功", "data": { "id": "1930582762382856194", "serialNumber": "EX1930582762361884674", "sellCurrency": "USD", "buyCurrency": "CNH", "sellAmount": "100.00", "buyAmount": "727.73", "status": 0, "exchangeTime": 1749121773702, "rate": "7.2773", "reason": null, "planSettleDate": "2025-12-12" } }