JSON Post from a Webhook is null when type is string
Advertisements I am using .NET 5 web api. I have a webhook that posts to my api. However, When I receive the POST in a string it is null. If I create a class, then .Net will parse the JSON for me, but I need a string, not an object. Any advice is greatly appreciated!… Read More JSON Post from a Webhook is null when type is string