{
  "data": {
    "data": {
      "path": "/observability/event_volume/v2.json",
      "query": {
        "workspaceId": "workspace-id",
        "startTime": "2023-01-01T00:00:00Z",
        "endTime": "2023-01-03T00:00:00Z",
        "granularity": "DAY"
      },
      "result": [
        {
          "total": 32504646,
          "series": [
            {
              "time": "2023-01-01T00:00:00Z",
              "count": 15637147
            },
            {
              "time": "2023-01-02T00:00:00Z",
              "count": 16867499
            }
          ]
        }
      ],
      "pagination": {
        "current": "MA==",
        "totalEntries": 1
      }
    }
  }
}