curl --location --request GET '/review/event/' \
--header 'Authorization: Bearer <token>'
{
"id": "string",
"camera": "string",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"has_been_reviewed": true,
"severity": "alert",
"thumb_path": "string",
"data": null
}