{ "match": false, "comment": "Non empty body found, when an empty body was expected", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/json"}, "body": null }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/json"}, "body": { "alligator": { "age": 3 } } } }