block(userId: string): Promise<PnutResponse<User>> {
    return this.put(`/users/${userId}/block`)
  }