namespace LibraryAPI.DTOs { public class AuthenticationCredentials { public string? Email { get; set; } public string? Password { get; set; } } }