Hi guys, I am new here!
Im tying to use dropbox webhooks to implement some logic flow after files are uploaded.
For the first step I always got empty body from webhooks notification request after I uploaded file to my dropbox. I didn't receive any delta info.
Here is the body I received.
```
Request Body: {"delta": {}, "list_folder": {}}
```
I've checked that my app is linked to my account and app scopes provided below.

Can someone help me to find out what am I doing wrong?
Thanks!