1
2
3
export async function handlePlexWebhook(req: Request) {
console.log(await req.text());
}