public Task <CardToken> CreateToken(string cardId) => PostEmpty <CardToken>(Endpoints.CardsTokens(cardId));