JSON deserialize in POST endpoint
I know I'm probably doing something stupid, but I can't see it. I'm trying to deserialize this JSON: { "SendFields": { "Category": { "value": "Request Something" }, "email": { "value": "[email protected]" } } } With this class structure: public class…