RestSharp deserialization fails but I have all properties in my json object
I’m working with Entity Framework Core to make an API as a webservice. I recently updated my data model to add an entity making a relation between 3 distincts tables, City
, User
, and Role
.