{
    "statusCode": 200,
    "message": "OK",
    "descriptions": {
        "wikipedia": "Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing or containing the result of the action."
    },
    "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."
        }
    }
}