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
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
and still it works.