curl --location -g --request POST 'https://www.autozod.app/api/agent/updateLocation' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1000,
"agent_id": "6644726a707c9f50f3030862",
"location": [
80.9368117768604, 26.859734936564756
]
}'{}