How to Configure an HTTP API Request Body in ZazzyAgent
Some APIs need information sent inside the request itself.
This information is called the request body.
For example, when sending a new lead to a CRM, the API may expect:
{
"name": "Rahul",
"email
blog.zazzyagent.com6 min read