curl --location --request POST 'https://api-35.elogii.com/zones' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": 0,
"name": "API-Zone",
"geoJSON": {
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
[
0.04446404152292871,
52.660184755732956
],
[
0.14372830140032988,
52.03622722687632
],
[
1.0851377337874624,
51.996813924438385
],
[
0.8353760476445018,
52.669894620091924
],
[
0.04446404152292871,
52.660184755732956
]
]
],
"type": "Polygon"
}
}
}'{
"uid": "ZONE-4FKFMG8N",
"order": 0,
"name": "API-Zone",
"active": true,
"tags": [],
"geoJSON": {
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0.04446404152292871,
52.660184755732956
],
[
0.14372830140032988,
52.03622722687632
],
[
1.0851377337874624,
51.996813924438385
],
[
0.8353760476445018,
52.669894620091924
],
[
0.04446404152292871,
52.660184755732956
]
]
]
}
},
"_id": "6911c9110ef03967eb85631a",
"createdAt": "2025-11-10T11:14:25.352Z",
"updatedAt": "2025-11-10T11:14:25.352Z",
"__v": 0
}