Authorization: Bearer ********************
{ "openID": "61bff460b5a74a6b91868de432e33ace", "sellCurrency": "USD", "buyCurrency": "CNY", "amount": 1000.01, "requestNo": "xxxx" }
curl --location --request POST 'https://open-test.inflyway.com/openFx/app/fly-exchange/rate/inquiry' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "openID": "61bff460b5a74a6b91868de432e33ace", "sellCurrency": "USD", "buyCurrency": "CNY", "amount": 1000.01, "requestNo": "xxxx" }'
{ "code": "200", "message": "请求成功", "data": { "rate": "7.2773", "inquiryNo": "RADAR_1930579342024413185", "requestNo": "xxxx", "buyAmount": "4567.12", "validTime": 112343456565, "remainingSeconds": 25 } }