async fn get_progress(
course_id: Path<Uuid>,
payload: Json<UserIdsPayload>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<CourseStudentsProgressUsers>>Expand description
POST /api/v0/main-frontend/courses/{course_id}/students/progress