async fn get_progress_structure(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<CourseStudentsProgressStructure>>Expand description
GET /api/v0/main-frontend/courses/{course_id}/students/progress-structure