getPoll(
    pollId: string,
    params?: GetPollRequest
  ): Promise<PnutResponse<Poll>> {
    return this.get(`/polls/${pollId}`, params)