namespace API.DTOs { public class LoginDto { public string Username { get; init; } public string Password { get; init; } } }