Authorization: Bearer ********************
curl --location --request GET '/access-logs/stats?from_date&to_date' \ --header 'Authorization: Bearer <token>'
{ "total_checkins": 0, "total_checkouts": 0, "avg_visit_duration_minutes": 0 }