namespace HopFrame.Security.Models; public class UserLogin { public string Email { get; set; } public string Password { get; set; } }