get https://unbelievaboat.com/api/v1/guilds//users/
Response
xxxxxxxxxx
const { Client } = require('unb-api');
const client = new Client('API_TOKEN');
const guildId = '305129477627969547';
const userId = '261674810914897931';
client.getUserBalance(guildId, userId);
Try It!
to start a request and see the response here! Or choose an example: