I have an API which returns BLOB content(Get request), however the API fails to parse the file content in correct format.
I did a global search to realise parse method always returns response.getBody() and blob contents(like images and videos) are corrupted.