Call this with an URL appended to receive that URL
with Access-Control-Allow-Origin: *
header.
Don't forget to include your API key in the Authorization
header!
<script>
fetch('https://curse.pother.ca/https://example.com', {
headers: {
"Authorization": "token <api-key>"
}
})
</script>