{
  "match": true,
  "comment": "Plain text that matches",
  "expected" : {
    "method": "POST",
    "path": "/",
    "query": "",
    "headers": { "Content-Type": "text/plain" },
    "body": "alligator named mary"
  },
  "actual": {
    "method": "POST",
    "path": "/",
    "query": "",
    "headers": { "Content-Type": "text/plain" },
    "body": "alligator named mary"
  }
}