Is it possible to list the contents of the Dropbox root directory from the v2 APIs?
Calling the list_folder endpoint as follows yields an error:
curl -H 'authorization: Bearer ****' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder' -d '{ "path": "/" }'
{"error_summary": "path/malformed_path/", "error": {".tag": "path", "path": {".tag": "malformed_path"}}}