I am using this https://api.dropboxapi.com/2/files/paper/create POST API to create a paper
with header as-
[{"key":"Authorization","value":"Bearer <REDACTED>"}]
[{"key":"Dropbox-API-Arg","value":"{\"import_format\":\"html\",\"path\":\"/Paper Docs/New Doc.paper\"}"}]
this API creating a paper on UI but the response i am getting as 500 with no response body.
please look into this issue.
Thanks.