trackTable(args: TrackTableArgs): Promise<TrackTableResponse> {
    return axios.post(
      this.queryEndpoint,
      {
        type: 'track_table',