HTTP/1.1 201 Created
Accept-Ranges: bytes
Cache-Control: max-age=0, private, must-revalidate
Content-Type: application/json; charset=utf-8
Location: http://mock.localhost/cases/1
Status: 201 Created
Vary: X-AppVersion
X-AppVersion: 781247eace915fac36f43a20c87f25019542d2d5.0
X-Frame-Options: SAMEORIGIN
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 53
Content-Length: 733
Connection: keep-alive

{
    "subject": "Re: Please help",
    "body": "My Reply",
    "direction": "out",
    "status": "pending",
    "to": "doe.john@example.com",
    "from": "john.doe@example.com",
    "cc": null,
    "bcc": null,
    "client_type": "desk_portal",
    "created_at": "2014-03-31T19:20:04Z",
    "updated_at": "2014-03-31T19:20:04Z",
    "hidden_at": null,
    "hidden": false,
    "_links": {
        "self": {
            "href": "/api/v2/cases/1/replies/1",
            "class": "email"
        },
        "case": {
            "href": "/api/v2/cases/1",
            "class": "case"
        },
        "customer": {
            "href": "/api/v2/customer/1",
            "class": "customer"
        },
        "hidden_by": null
    }
}
