async fn teacher_lock_student_chapter(
path: Path<(Uuid, Uuid, Uuid)>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<UserChapterLockingStatus>>Expand description
POST /api/v0/main-frontend/courses/{course_id}/students/{user_id}/chapters/{chapter_id}/lock