manage:attendance permission. Several zones may be active at once, which is what a multi-campus school under one NPSN needs.core.session_token: ********************Authorization: Bearer ********************curl --location '/attendance/zones' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"points": [
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
}
],
"isActive": true,
"locationId": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"name": "string",
"points": [
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
},
{
"lat": 0,
"lng": 0
}
],
"isActive": true,
"locationId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}