async fn create_exam(
pool: Data<PgPool>,
payload: Json<NewExam>,
user: AuthUser,
) -> ControllerResult<Json<()>>
Expand description
POST /api/v0/main-frontend/organizations/{organization_id}/exams
- Creates new exam for the organization.