{
"default_taxable": true,
"default_tax_rate": "string",
"vat_number": "string",
"show_prices_with_tax": true,
"includes": [
"string"
]
}curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/tax_profile' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"default_taxable": true,
"default_tax_rate": "string",
"vat_number": "string",
"show_prices_with_tax": true,
"includes": [
"string"
]
}'