curl --location --request PATCH 'https://api.hiveflow.ai/api/flows//name' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Mi Flujo Actualizado"
}'
{
"success": true,
"name": "string"
}