async fn get_exam_instructions(
    pool: Data<PgPool>,
    exam_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<ExamInstructions>>
Expand description

GET /api/v0/cms/exams/:exam_id/edit - Get the exam instructions for Gutenberg Editor.