Body
Your API Key. (Keep this secret!)
Violator’s Name/Username.
URL of an image for evidence. (Optional)
Platform on which the violation took place. (E.g. Xbox, YouTube, Minecraft)
Response
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'
}