curl --location --request GET '/events/explore?limit' \
--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": {}
}
]