Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v2/fiats' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "147d37bb-3928-11ef-8339-068cf35b246f",
"symbol": "EUR",
"name": "Euro",
"default": true
}
]
}