async fn get_all_suspected_cheaters(
user: AuthUser,
params: Path<Uuid>,
query: Query<GetSuspectedCheatersQuery>,
pool: Data<PgPool>,
) -> ControllerResult<Json<Vec<SuspectedCheaters>>>Expand description
GET /api/v0/main-frontend/courses/${course.id}/suspected-cheaters?status=Flagged - returns the suspected cheaters in the given review state for a course.