fetch('//zymono.com/api/report', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ apiKey: '', //API Key from https://zymono.com/api/ user: '', //User being reported imgURL: '', //Url of an image for evidence (You can leave this blank) reason: '', //Reason for report device: '' //Platform (E.g. Minecraft, Xbox, Discord, etc) }) })
{ code: 200, msg: 'Success' }
Create a report to be sent to your dashboard.
Was this page helpful?