Toxicity API Make an API Request const res = await fetch('https://toxicity.bhowmickmrinank.workers.dev/',{ method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ message }), });