namespace ApplicationLayer.Services.AuthServices.Requests { public record UserLoginRequest(string Email, string Password); }