Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v1/tax-status' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"tax_rule_id": "9a8e2316-c808-4ae2-bc67-110d372f94e4",
"tax_rule_key": "austrian.crypto.tax",
"tax_eligibility_status": "ELIGIBLE"
}
]
}