I am trying to make an api call from integromat
url-
https://content.dropboxapi.com/2/sharing/get_shared_link_file
I am passing header Dropbox-API-Arg
value- {"path": "/Prime_Numbers.txt",
"url": "https://www.dropbox.com/s/2sn712vy1ovegw8/Prime_Numbers.txt?dl=0"}
But I am getting error-
The operation failed with an error. Invalid character in header content ["dropbox-api-arg"]
I have even tried escaping " but still it's giving me error.
How can I pass Dropbox-API-Arg through integromat