curl --location -g --request POST '{{BASE_URL}}/admin/workflows-executions//run' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": null,
"transaction_id": "string"
}'
{
"acknowledgement": {
"workflowId": "string",
"transactionId": "string",
"parentStepIdempotencyKey": "string",
"hasFinished": true,
"hasFailed": true
}
}