curl --request PATCH \
--url https://api.example.com/workflows/{workflow_id}/webhook \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"status": "online",
"methods": [
"GET"
],
"entrypoint_ref": "<string>",
"allowlisted_cidrs": [
"<string>"
]
}
'