I am using NodeJS and Request to post JSON and get a result with data in it.
I set this request up with Postman and I get the JSON data back which is completely readabl
Removing "Accept-Encoding": "gzip,deflate" from header worked for me.