curl --location --request PUT 'https://api-35.elogii.com/zones/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": 0,
"name": "APIZone",
"geoJSON": {
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
0.04446404152292871,
52.660184755732956
],
[
3.14373030140042988,
52.03622722687632
],
[
1.0851377337874624,
51.996813924438385
],
[
0.8353760476445018,
52.669894620091924
],
[
0.04446404152292871,
52.660184755732956
]
]
],
"type": "Polygon"
}
}
}'{
"_id": "68e91518de7f180bccc8cc09",
"uid": "ZONE-EZ77WXV2",
"order": 0,
"name": "APIZone",
"active": true,
"tags": [],
"geoJSON": {
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
0.04446404152292871,
52.660184755732956
],
[
3.14373030140043,
52.03622722687632
],
[
1.0851377337874624,
51.996813924438385
],
[
0.8353760476445018,
52.669894620091924
],
[
0.04446404152292871,
52.660184755732956
]
]
],
"type": "Polygon"
}
},
"createdAt": "2025-10-10T14:15:52.959Z",
"updatedAt": "2025-11-10T11:24:26.048Z",
"__v": 0
}