curl --request POST \
--url https://gateway.varchev.com/currency/exchangeRateSeries \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"base": "<string>",
"symbols": "<string>",
"startDate": "<string>",
"endDate": "<string>"
}
'