import Stigg from '@stigg/typescript';
const client = new Stigg({
apiKey: process.env['STIGG_API_KEY'], // This is the default and can be omitted
});
const cancelSubscription = await client.v1.subscriptions.futureUpdate.cancelPendingPayment('x');
console.log(cancelSubscription.data);