post https://api.movintracks.io/v:version/zones
Create a zone
Responses
Create a zone
xxxxxxxxxx
12curl --request POST \
--url https://api.movintracks.io/v:version/zones \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"radius": 1,
"lat": 0,
"lng": 0
}
'