curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SALESFORCE_UPDATE_RECORD_OPPORTUNITY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SALESFORCE_UPDATE_RECORD_OPPORTUNITY",
"parameters": {
"recordId": "<string>",
"Name": "<string>",
"StageName": "<string>",
"CloseDate": "<string>",
"AccountId": "<string>",
"Amount": "<string>",
"Description": "<string>",
"OwnerId": "<string>",
"NextStep": "<string>",
"additionalFields": {}
}
}'