What is the most time-efficient way to log everything (request and response headers, query parameters, or path variables) in Apigee X for all response types (200, 400, or 500)? I'm trying to create a structured log object in a JavaScript policy within the PostFlow, but handling the headers is cumbersome and the resulting object is messy. How can I do this more effectively?