- I am integrating Dropbox with InfoLobby.
- The integration works fine.
- I can use the download endpoint successfully (This proves my integration is fine and is connected okay) - https://content.dropboxapi.com/2/files/download.
- But I am not able to use any endpoint that requires a --data parameter in the body. I pass the body, still, the endpoint returns the error - Error in call to API function "files/list_folder": This function requires its argument in the HTTP request body, but your request body is empty. (below image)

- Here's when I try to download something using the same integration. It works fine.

- Now if I do not use the integration and directly use the bearer token, that works fine too

Please advise why am I getting this error when trying to access the list of contents. Basically, why is Dropbox not recognizing the body that I submit?
Body:
{"path":"\/test","recursive":false,"include_media_info":false,"include_deleted":false,"include_has_explicit_shared_members":false,"include_mounted_folders":true,"include_non_downloadable_files":true}
Error in call to API function "files/list_folder": This function requires its argument in the HTTP request body, but your request body is empty.