curl --location --request POST 'https://api.hiveflow.ai/api/flows//stop' \
--header 'Content-Type: application/json' \
--data-raw '{
"processId": "string",
"force": false
}'
{
"success": true,
"message": "Flujo detenido exitosamente",
"stoppedNodes": [
"string"
]
}