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