x-api-key: ********************curl --location -g --request PUT 'https://relay.exostack.cloud/{{relay_path}}/api/organisation/tax_group/id/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": 0,
"description": "string",
"shortcut": "string",
"taxes": []
}'{
"success": true,
"updated_id": 0
}