curl --location -g --request PUT 'https://relay.exostack.cloud/{{relay_path}}/api/organisation/tax/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": 0,
"tax_number": 0,
"description": "string",
"abbreviation": "string",
"abbreviation_locale": {
"property1": "string",
"property2": "string"
},
"credit_type": "string",
"rates": [],
"charters": {
"charter_collect_number": 0,
"charter_claim_number": 0
},
"reference": {
"credit_type_id": 0,
"charter_collect_id": 0,
"charter_claim_id": 0
}
}'