curl --location --request PATCH 'https://api.hiveflow.ai/api/flows//nodes//triggers' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"webhookUrl": "string",
"allowedMethods": [
"string"
]
}'
{
"success": true,
"triggers": {}
}