curl --location --globoff '/v1/fx/fx-inquery?fromCurrency={{%24finance.currencyCode}}&toCurrency={{%24finance.currencyCode}}' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>'{
"status": 200,
"msg": "ok",
"code": "SUCCESS",
"data": {
"price": "sample_price",
"time": "2026-08-05T00:00:00Z"
},
"traceId": "a1b2c3d4e5f6"
}