Resolved the issue, Its a problem with the Accept Encoding from API side, .header("Accept-Encoding", "application/gzip")
instead of application/gzip, it has to be gzip, deflate.
Admin, please close this post!