import Smithery from '@smithery/api';const client = new Smithery({ apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted});await client.skills.reviews.unvote('reviewId', { namespace: 'namespace', slug: 'slug' });
import Smithery from '@smithery/api';const client = new Smithery({ apiKey: process.env['SMITHERY_API_KEY'], // This is the default and can be omitted});await client.skills.reviews.unvote('reviewId', { namespace: 'namespace', slug: 'slug' });