{
  "match": false,
  "comment": "Plain text that does not match",
  "expected" : {
    "headers": { "Content-Type": "text/plain" },
    "body": "alligator named mary"
  },
  "actual": {
    "headers": { "Content-Type": "text/plain" },
    "body": "alligator named fred"
  }
}