Authorization: Bearer ********************curl --location --request PUT '/settings/taxexemptions/' \
--header 'Content-Type: application/json' \
--data-raw '{
"tax_exemption_code": "RESELLER",
"description": "Tax exempted because the contact is a reseller.",
"type": "customer"
}'{
"code": 0,
"message": "Tax Exemption has been updated.",
"tax_exemption": {
"tax_exemption_id": "460000000076002",
"tax_exemption_code": "RESELLER",
"description": "Tax exempted because the contact is a reseller.",
"type": "customer"
}
}