How do I add a Zoho CRM Lead with the Zoho CRM v2 API, using simple curl connections? The docs are not very clear on not only how to add a lead, but how to even get the prop
steps: 1. used self client for creating authorization code. 2. using this authorization code you can create access and refresh token. 3. using this refresh token you can create a new access token 4. used this newly created new access token for API.
parameter pass in map for header and also body.
if you are known of POSTMAN then there Postman Collection available for CRM.