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?archive=true - returns all suspected cheaters related to a course instance.