pub async fn preview_student_number_verification_token(
user: AuthUser,
pool: Data<PgPool>,
path: Path<String>,
) -> ControllerResult<Json<StudentNumberVerificationTokenPreview>>Expand description
GET /api/v0/main-frontend/credit-registrations/student-number-verifications/{token} - What the
mailed link would link, without linking it.
Writes nothing: the link has to survive a mail scanner fetching it.