Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/countries/tax-rules' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"country": "DE",
"country_name": "Germany",
"title": "Steueridentifikationsnummer",
"min_length": 11,
"max_length": 25,
"placeholder": "12 345 678 901"
}
]
}