curl --request POST \
--url https://api.example.com/api/v2/workflows/{workflowId}/deploy{
"asyncResultId": "<string>"
}Creates a new deployment for the specified workflow ID, making the current version of the workflow live.
curl --request POST \
--url https://api.example.com/api/v2/workflows/{workflowId}/deploy{
"asyncResultId": "<string>"
}