curl -X PUT 'https://api-staging.pixwel.com/api/territories/{id}' \
-H 'Authorization: Basic <credentials>' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"_id": "507f1f77bcf86cd799439011",
"name": "string",
"languages": [
{
"_id": "507f1f77bcf86cd799439011",
"translationFonts": [
{
"face": "string",
"size": 0,
"studio": "507f1f77bcf86cd799439011",
"outline": true
}
],
"name": "string",
"code": "string",
"dcpCode": "string",
"isoCode": "string",
"$links": {
"self": "//example.com/path/to/object"
},
"gfxTranslationFonts": null
}
],
"assignedLanguages": [
"507f1f77bcf86cd799439011"
],
"countries": [
{
"name": "string",
"code": "string"
}
],
"created": 0,
"$links": {
"self": "//example.com/path/to/object"
},
"code": "string",
"standard": "string"
}'