{
  "match": true,
  "comment": "Missing body",
  "expected" : {
    "headers": {"Content-Type": "application/json"}
  },
  "actual": {
    "headers": {"Content-Type": "application/json"},
    "body": {
      "alligator":{
        "feet": 4,
        "name": "Mary",
        "favouriteColours": ["red","blue"]
      }
    }
  }
}
