200 with the supported currencies with their name and symbol.curl --location --request GET 'https://test.api.globkurier.pl/v1/currencies' \
--header 'Accept-Language: pl'{
"currencies": [
{
"currency": "string",
"name": "string"
}
]
}