curl --location '/public-api/v1/workflow/singleRun' \
--header 'Content-Type: application/json' \
--data '{
"workflowId": 0,
"nodeId": "string",
"variables": {
"key": {}
}
}'{
"errorCode": 0,
"message": "",
"data": null
}