post https://api.movintracks.io/v:version/triggers-on-visit
Responses
xxxxxxxxxx
11curl --request POST \
--url https://api.movintracks.io/v:version/triggers-on-visit \
--header 'Authorization: Bearer [[key]]' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"direction": "enter",
"distance": "far"
}
'