namespace QuotifyBE.DTOs; public record class ErrorDTO { required public string Status { get; set; } required public string Error_msg { get; set; } }