name: json_post
request:
  url: http://localhost:3000/put
  method: PUT
  json: 
    test: true
response: 
  - json:
     test: "$.body.test"
     method: "$.method"
  - equals: [ <%! test %>, true ]
  - equals: [ <% method %>, PUT ]
