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: 530
Connection: keep-alive

{
    "subject": "Please help",
    "body": "Help me with my issue!",
    "direction": "in",
    "status": "pending",
    "to": "john.doe@example.com",
    "from": "doe.john@example.com",
    "cc": null,
    "bcc": null,
    "created_at": "2012-05-02T21:38:48Z",
    "updated_at": "2012-05-02T21:38:48Z",
    "_links": {
        "self": {
            "href": "/api/v2/cases/1/message",
            "class": "email"
        },
        "case": {
            "href": "/api/v2/cases/1",
            "class": "case"
        }
    }
}
