how to know my doc path in dropbox ? so i can call `https://api.dropboxapi.com/2/files/list_revisions`
my json body for the request is :
{
"path": "/root/",
"mode": "path",
"limit": 10
}
what i'm trying to do is to list all rev for all doc im my Dropbox , but i'm getting `"error_summary": "path/malformed_path/",`