namespace AMREZ.EOP.Contracts.DTOs.Authentications.VerifyEmail; public sealed class VerifyEmailRequest { public Guid UserId { get; set; } public string Email { get; set; } = default!; }