Resolved! DemistoException: Failed to parse json object from response
I'm making a request in an integration to an external API
return self._http_request(
'POST','export/download',
headers={'accept': "application/octet-stream",
'content-type': "application/x-www-form...



