Resolved! REST Response problem - Too Large to handle
Hi, I have a REST API call that is returning JSON that is too big(> 35MB). Now I cannot use the response as usual response.getBody() as it will only support till 5 MB and max 10 if used a property. So I have tried the request.saveResponseBodyAsAttac...