meta { name: test JSON false response type: http seq: 11 } post { url: {{httpfaker}}/api/echo/custom body: json auth: none } body:json { { "headers": { "content-type": "application/json" }, "content": "false" } } assert { res.body: eq false }