How to do a request with JSON that has form data as content type or how you can do a request with JSON inside a form data parameter??
I am trying to make a Custom Post Request in Webhooks by Zapier, where we have the data written in JSON format, the JSON object has parameters such as URL, method, headers, params and body which has all attributes, we have content-type as form data in the headers. When we try to Test, we always get an error as follows:
message: Invalid organization key
messageType: Error
What can be the problem and what is the solution?