Authorization: ********************curl --location --request PUT 'https://test.whitelabel.bitpanda.com/v1/tax-status/austrian.crypto.tax' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_eligible": true
}'{
"data": {
"tax_rule_id": "9a8e2316-c808-4ae2-bc67-110d372f94e4",
"tax_eligibility_status": "ELIGIBLE"
}
}