Either the `NewXxxRequest()` functions or `Client.Post` should accept a `context.Context` to support the standard Go way of canceling requests.
Either the
NewXxxRequest()functions orClient.Postshould accept acontext.Contextto support the standard Go way of canceling requests.