pub async fn get_my_credit_registrations(
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<Vec<MyCreditRegistration>>>Expand description
GET /api/v0/main-frontend/credit-registrations/my - Every credit registration of the signed-in
account, newest completion first.