please I tried to make a post request but I receive some error. How I can fix it ? I'm using .net core 6 version. Thanks in advance
public class Product
{
public int Id { get; set; }
public string Name { get; set; }
public decimal Price { get; set; }
}
}