func (c *Client) AddCard(token, cardToken string) error {
    in := struct {
        Token string `json:"token"`
    }{
        Token: cardToken,