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