curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#SHORTCUT_UPDATE_STORY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"action": "SHORTCUT_UPDATE_STORY",
"parameters": {
"storyPublicId": "<string>",
"name": "<string>",
"workflow_state_id": "<string>",
"description": "<string>",
"epic_id": "<string>",
"project_id": "<string>",
"estimate": "<string>",
"owner_ids": "<string>",
"follower_ids": "<string>",
"storyAdditionalFields": {}
}
}
'