The docs show an example webhook creation request:
```
{
"callbackUrl": "https://www.myApp.com/webhooks",
"events": [
"."
],
"name": "Webhook for Sheet Creation",
"version": 1
}
```
This gets you the following error:
```
{'errorCode': 1012, 'message': 'Required object attribute(s) are missing from your request: webhook.scope.', 'refId': '35r5fu'}
```
So, my question is — is there a way to create a webhook that will be triggered when either a new sheet is created or an existing sheet is copied/cloned?