{ "Request": { "Path": { "Matchers": [ { "Name": "WildcardMatcher", "Patterns": [ "/static/mapping", "/static/mapping2" ] } ] }, "Body": { "Matcher": { "Name": "JsonMatcher", "Pattern": { "post1": "value 1", "post2": "value 2" }, "IgnoreCase": true } }, "Methods": [ "get", "post" ] }, "Response": { "BodyAsJson": { "body": "static mapping" }, "Headers": { "Content-Type": "application/json", "Test-X": [ "test 1", "test 2" ] } } }