How to send value which contains backward slash, dynamically in postman request body?

Hi @dannydainton ,

I tried 4 backslashes in the data file, but it gives only one at postman console and responds with the same error.

Postman console looks like

image

But I think this should not be an issue because, When I give file path manually in request body like

        {
            "downloadPath": "D:\\temp",
            "objectID": "1234"
        }

Then also it shows single slash in console request body

image

and still it works.