curl --location --request GET '/access-logs?status&visitor_phone&entry_point&from_date&to_date&page&limit' \
--header 'Authorization: Bearer <token>'{
"page": 0,
"limit": 0,
"totalPages": 0,
"totalResults": 0,
"results": [
{
"log_id": "string",
"visitor_name": "string",
"visitor_phone": "string",
"entry_point": "string",
"status": "checked_in",
"checked_in_at": "2019-08-24T14:15:22.123Z",
"checked_out_at": "2019-08-24T14:15:22.123Z",
"duration_minutes": 0
}
]
}