curl --location --request GET '/access-logs/current-visitors' \
--header 'Authorization: Bearer <token>'{
"visitors": [
{
"log_id": "string",
"visitor_name": "string",
"visitor_phone": "string",
"entry_point": "string",
"checked_in_at": "2019-08-24T14:15:22.123Z",
"duration_minutes": 0
}
],
"count": 0
}