curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SALESFORCE_CREATE_CUSTOM_FIELD_CONTACT' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "SALESFORCE_CREATE_CUSTOM_FIELD_CONTACT",
"parameters": {
"label": "<string>",
"type": "Checkbox",
"defaultCheckboxValue": true,
"length": "<string>",
"decimalPlace": "<string>",
"pickListValues": "<string>",
"visibleLines": "<string>",
"description": "<string>",
"helperText": "<string>",
"defaultFieldValue": "<string>"
}
}'