namespace SharpSyndicationApi.Contracts.Category { public record CategoryRequest { public string Name { get; set; } public string HexColor { get; set; } public string Icon { get; set; } } }