addCard
Add a new card to an account membership.
This mutation is restricted to an User access token (Learn More) and ask the user to consent to this request.
The user must have an account membership for this account with the permission canManageCards=true
.
addCard(
input: AddCardInput!
): AddCardPayload!