curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#MICROSOFT_DYNAMICS_UPDATE_RECORD_TASK' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "MICROSOFT_DYNAMICS_UPDATE_RECORD_TASK",
"parameters": {
"entityId": "<string>",
"subject": "<string>",
"regardingobjectid": "<string>",
"scheduledend": "<string>",
"ownerid": "<string>",
"prioritycode": "0",
"description": "<string>"
}
}
'