curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SALESFORCE_GET_RECORD_BY_ID_CONTACT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SALESFORCE_GET_RECORD_BY_ID_CONTACT",
"parameters": {
"recordId": "<string>"
}
}'