{
  "status": "Healthy",
  "results": {
    "externalHealthCheck": {
      "status": "Healthy",
      "description": "Internal API returned a response code of 200 (OK)",
      "data": {
        "internalApiResponseContent": {
          "status": "Healthy",
          "results": {
            "databaseHealthCheck": {
              "status": "Healthy",
              "description": "Successfully connected to database",
              "data": {}
            },
            "internalServicesHealthCheck": {
              "status": "Healthy",
              "description": "Internal Services returned a response code of 200 (OK)",
              "data": {}
            }
          }
        }
      }
    }
  }
}