curl --location -g --request POST 'https://relay.exostack.cloud/{{relay_path}}/api/invoicing/territory/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"number": 0,
"description": "string"
}'{
"success": true,
"created_id": 0
}