package com.wilzwert.myjobs.core.domain.model.user.command; public record ValidateEmailCommand(String validationCode) { }