curl --location --request POST 'https://api.hiveflow.ai/api/flows//process' \
--header 'Content-Type: application/json' \
--data-raw '{
"startNodes": [
"string"
],
"inputs": {},
"async": false
}'
{
"success": true,
"data": {
"processId": "string",
"results": [
{
"nodeId": "string",
"state": "string",
"result": {},
"executionTime": 0
}
]
}
}