curl --location -g --request PATCH 'https://relay.exostack.cloud//api/organisation/taxes/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"abbreviation": "TVX",
"abbreviation_locale": {
"en": "NTX",
"es": "NTX",
"fr": "TVX"
},
"charters": {
"claim_account_number": "2365",
"collect_account_number": "2360"
},
"code": "TVX",
"credit_type_id": 0,
"name": "Nouvelle taxe",
"rates": [
{
"index": 0,
"rate": 9.975,
"rate_description": "Taux standard"
}
],
"tax_number": "RT0003"
}'