const fetch = require('node-fetch'); fetch('https://top.gg/api/bots/842516423850721300/stats', { method: 'POST', headers: { "Authorization": "Removed" }, }).then(res => res.json()) .then(json => console.log(json));