async fn insert_suspected_cheaters(
    pool: Data<PgPool>,
    params: Path<(Uuid, Uuid, Uuid)>,
    user: AuthUser
) -> ControllerResult<Json<()>>
Expand description

POST /api/v0/main-frontend/course-instances/:course_instance_id/suspected_cheaters - post course suspected cheaters information.