curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_UPDATE_RECORD_DEALS' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "HUBSPOT_UPDATE_RECORD_DEALS",
"parameters": {
"recordId": "<string>",
"dealname": "<string>",
"amount": "<string>",
"hubspot_owner_id": "<string>",
"dealstage": "<string>",
"description": "<string>",
"closedate": "<string>",
"hs_next_step": "<string>",
"additionalFieldsJSON": "<string>"
}
}
'