Should be as an array, and convert them to properties `{{request.headers}}` ```json "foo": "{{request.headers}}" ``` becomes ```json "foo": { "accept": "application/json" } ```
Should be as an array, and convert them to properties
{{request.headers}}becomes