Webhook body contains JSON despite selecting Form-Data
I have a webhook configured to send a post request with Form-Data as the body type:
When receiving the webhook, the content-type says `x-www-form-urlencoded` as I would expect, but the actual body comes through as JSON.
Content-Length: 307
Accept-Encoding: gzip,deflate
Authorization: secret
Cache-Control: max-age=259200
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
X-Zoho-Crm-Feature: webhook
{"last_name":"Smith","client_id":"1234567890","org_id":"1234567890","first_name":"Bob","email":"bob@example.com"}