curl --location '/api/v1/companies//territories' \
--header 'Authorization;'{
"territories": [
{
"id": 0,
"state_name": "string",
"state_short_name": "string",
"country_name": "string",
"country_short_name": "string",
"pin_latitude": 0,
"pin_longitude": 0,
"pin_radius": 0,
"cities": [
"string"
],
"created_at": "2019-08-24T14:15:22.123Z",
"zip_codes": [
{
"id": 0,
"code": "string",
"city": "string",
"country": "string",
"state": "string",
"latitude": 0,
"longitude": 0
}
]
}
]
}