namespace Application.Endpoints.Doctors.Profile; public class DoctorProfileDTO { public string Name { get; set; } public string Email { get; set; } public string Password { get; set; } public string Description { get; set; } }