POST method with List object with EF Core 5.0 API
So Iām new to coding in general and starting to work with .net core 5.0. Iām trying to develop a simple API with Entity Framework Core and Iām having problems when I try to use the POST method. I have a class called Question and another one called Template, which goes as follows