I want to create a webhook in cloud apps. My app is using Oauth I am trying to create the webhooks with this body
{
"name": "Webhook title",
"events": [
"page_updated",
"blog_created"
],
"configuration": {
"secret": "a-secret-string"
},
"active": true