curl --location --globoff '/v1/fx/fx-inquery?fromCurrency={{%24finance.currencyCode}}&toCurrency={{%24finance.currencyCode}}' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"status": 0,
"msg": "string",
"code": "string",
"data": {
"price": "string",
"time": "2019-08-24T14:15:22.123Z"
},
"traceId": "string"
}