pub async fn request_credit_registration_enrolment_recheck(
user: AuthUser,
pool: Data<PgPool>,
id: Path<Uuid>,
) -> ControllerResult<Json<RequestCreditRegistrationEnrolmentRecheckResult>>Expand description
POST /api/v0/main-frontend/credit-registrations/my/{id}/recheck-enrolment - Asks the pipeline to
look for an enrolment again, for a row parked because the study registry had none.