Authorization: Bearer ********************curl --location --request PUT '/settings/taxauthorities/' \
--header 'Content-Type: application/json' \
--data-raw '{
"tax_authority_name": "Illinois Department of Revenue",
"description": "The New York State Department of Taxation and Finance",
"registration_number": "string",
"registration_number_label": "string"
}'{
"code": 0,
"message": "Tax Authority information has been updated.",
"tax_authority": {
"tax_authority_id": "460000000066001",
"tax_authority_name": "Illinois Department of Revenue",
"description": "The New York State Department of Taxation and Finance",
"registration_number": "string",
"registration_number_label": "string"
}
}