in src/Worker.ts [201:211]
async createCard() {
const client = await this.kintoneClientCreator.createKintoneClient([
this.apps.cards.token,
this.apps.lists.token,
]);
return ApiExecutor.createCard(
client,
this.apps.cards.id,
this.trelloAction.data
);
}