curl --location --request GET '/events?camera&cameras&label&labels&sub_label&sub_labels&zone&zones&limit&after&before&time_range&has_clip&has_snapshot&in_progress&include_thumbnails&favorites&min_score&max_score&min_speed&max_speed&recognized_license_plate&is_submitted&min_length&max_length&event_id&sort&timezone' \
--header 'Authorization: Bearer <token>'
[
{
"id": "string",
"label": "string",
"sub_label": "string",
"camera": "string",
"start_time": 0,
"end_time": 0,
"false_positive": true,
"zones": [
"string"
],
"thumbnail": "string",
"has_clip": true,
"has_snapshot": true,
"retain_indefinitely": true,
"plus_id": "string",
"model_hash": "string",
"detector_type": "string",
"model_type": "string",
"data": {}
}
]