I just created an app, to be used to listen for changes or new files in there.
This one automatically created a new folder called `test-implementation`, (name of my app as well), I am adding files in there, I see the webhook getting in, but I am not in a position to save cursors, so I am using `filesListFolderGetLatestCursor` (nodejs sdk), and it requires a path.
I have tried several, including `/test-implementation` or `home/apps/test-implementation` and none works, they throw path not found error, the only working is '' but it does not detect changes in there with the latest cursor from that path.
So not sure what is the right path to use, need urgent help 😞