Send a POST request to / path.
Expected requestbody:
{
"cctvId": number,
"personId": number,
"status": number,
}
Send a GET request to /:id, with :id as Route Parameter
Send a GET request to / with query parameters with the format of ?id[]=1&id[]=2 where 1 and 2 are CCTV id(s)