post https://unbelievaboat.com/api/v1/guilds//items
Response
xxxxxxxxxx
const { Client } = require('unb-api');
const client = new Client('API_TOKEN');
const guildId = '305129477627969547';
const item = await client.createItem(guildId, { name: 'Pizza', price: 200 });
console.log(item);
Try It!
to start a request and see the response here! Or choose an example: