curl --location -g --request GET 'https://relay.exostack.cloud/{{relay_path}}/api/organisation/tax/' \
--header 'x-api-key: <api-key>'[
{
"updated_at": "2019-08-24T14:15:22.123Z",
"is_used": true,
"deleted": true,
"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,
"updated_by_user_id": 0,
"card_pos": 0
},
"id": 0
}
]