I’m trying to create a new Lead through an API call, I’m passing the token through the headers and the content type is application/json but I’m not able to create a Lead.
The Endpoint is https://api.pipedrive.com/v1/leads,Since the title and person_id fields are required I tried following the steps given here Leads API: "title" fails because "title" is required and tried passing api_token as a param but this is the error I’m getting
I even tried adding custom fields like FirstName, Email, etc in the Customize data fields section (refer below screenshot)
But I can’t send the FirstName in postman even though I’ve created a custom field.
Here’s the screenshot of the error:



