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