{
    "statusCode": 206,
    "message": "Partial Content",
    "descriptions": {
        "wikipedia": "The server is delivering only part of the resource (byte serving) due to a range header sent by the client. The range header is used by HTTP clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams."
    },
    "group": {
        "message": "Success",
        "key": "2xx",
        "descriptions": {
            "wikipedia": "This class of status codes indicates the action requested by the client was received, understood, accepted, and processed successfully."
        }
    }
}