User may want to display http request body and http response body for logging
Release : 9.x, 10.x
Component : API GATEWAY
You may be able to use the following context variables in your logging to output the http request body and http response body
==============
${request.mainpart}
${request.body}
${response.mainpart}
${response.body}
==============