async fn get_user_course_settings(
    pool: Data<PgPool>,
    course_id: Path<Uuid>,
    user: Option<AuthUser>
) -> ControllerResult<Json<Option<UserCourseSettings>>>
Expand description

GET /api/v0/course-material/courses/:course_id/user-settings - Returns user settings for the current course.