HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: must-revalidate, private, max-age=0
Content-Type: application/json; charset=utf-8
Status: 200
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 2
Content-Length: 345
Connection: keep-alive

{
    "name": "Brand Name",
    "created_at": "2014-08-13T22:10:54Z",
    "updated_at": "2014-08-13T22:10:54Z",
    "_links": {
        "self": {
            "href": "/api/v2/brands/1",
            "class": "brand"
        },
        "articles": {
            "href": "/api/v2/brands/1/articles",
            "class": "article"
        }
    }
}
