curl --location --request GET '/api/exchange-rates?filter&page&sort&per_page'{
"data": [
{
"key": "01000148920375",
"currencyKey": "01000740533282",
"baseCurrencyKey": "01000314393975",
"rate": "string",
"createdAt": "1981-01-18T10:48:39Z"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}