meta { name: test echo-any json type: http seq: 12 } post { url: {{httpfaker}}/api/echo/custom body: json auth: none } body:json { { "type": "application/json", "contentJSON": {"x": 42} } } assert { res.body.x: eq 42 }