put https://api.movintracks.io/v:version/triggers-on-visit-zone/
Responses
xxxxxxxxxx
10curl --request PUT \
--url https://api.movintracks.io/v:version/triggers-on-visit-zone/id \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"direction": "enter"
}
'