namespace fubon_api.Models; public class LoginRequest { public string Id {get;set;} public string Password {get;set;} }