namespace ManagerService.DTOs { public class SetPasswordDTO { public string token { get; set; } public string newPassword { get; set; } } }