curl -X POST '{backend_url}/admin/workflows-executions/{workflow_id}/run' \
-H 'Authorization: Bearer {access_token}'
{
"acknowledgement": {
"workflowId": "string",
"transactionId": "string",
"parentStepIdempotencyKey": "string",
"hasFinished": true,
"hasFailed": true
}
}