curl --location --request POST 'https://api.hiveflow.ai/api/triggers/flow//' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {
"input": {
"value": "Texto para procesar"
}
}
}'
{
"success": true,
"processId": "string",
"timestamp": "2019-08-24T14:15:22Z",
"results": [
{}
]
}