async fn get_user_progress_for_course(
path: Path<(Uuid, Uuid)>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<UserCourseProgress>>>Expand description
GET /api/v0/main-frontend/courses/:course_id/progress/:user_id - Returns user progress for the course.