Between using the API Live Console and the C# sample code in Github, the
response payloads for my only webhook are coming back as either a JSON
object or a URL Encoded object. Idealy, I would like the JSON object. Is
there a reason behind this differ...