Pitbull Hub X Blade Ball Script Link -
app.post('/telemetry', async (req, res) => const token = await getAccessToken(); await fetch(`$PITBULL_API/events/gameplay`, method: 'POST', headers: Authorization: `Bearer $token`, 'Content-Type':'application/json' , body: JSON.stringify(req.body) ); res.status(202).send('accepted'); );