[ {
  "url" : "http://localhost:X/pet",
  "method" : "PUT",
  "headers" : {
    "Accept" : "application/json, application/*+json",
    "Connection" : "keep-alive",
    "Content-Length" : "79",
    "Content-Type" : "application/json"
  },
  "cookies" : { },
  "body" : "{\"id\":123,\"category\":null,\"name\":null,\"photoUrls\":[],\"tags\":null,\"status\":null}"
} ]