curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#PIPEDRIVE_CREATE_RECORD_DEALS_V2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "PIPEDRIVE_CREATE_RECORD_DEALS_V2",
"parameters": {
"title": "<string>",
"value": "<string>",
"status": "open",
"expectedCloseDate": "<string>",
"ownerId": "<string>",
"personId": "<string>",
"organizationId": "<string>",
"pipelineId": "<string>",
"stageId": "<string>",
"additionalFields": {}
}
}
'