namespace TIAMWebApp.Server.Models
{
public class AuthenticateUser
public string Email { get; set; }
public string Password { get; set; }
}