I\'ve got an ASP.NET Core API that receives an entity like this:
public class ChartDTO { public string Name { get; set; } //public byte[] Image { get; set