curl --location --request GET 'https://gateway-openapi.coralglobal.cn/v1/fx/rate/current?buyCurrency=USD&sellCurrency=CNY&buyAmount=1&sellAmount' \
--header 'X-Request-Id;'
{
"code": 44,
"msg": "reprehenderit fugiat ut commodo ea",
"data": {
"buyCurrency": "{{$finance.currencyCode}}",
"sellCurrency": "{{$finance.currencyCode}}",
"currencyPair": "{{$finance.currencyCode}}",
"exchangeRate": 96,
"buyAmount": 57,
"sellAmount": 8,
"validFromAt": "1995-05-17 19:29:44",
"validToAt": "2023-08-03 12:48:35",
"validity": "40"
}
}