一个基于 Apprise 的通知 API,部署在 Vercel。
/notify → 返回 API 状态/notify → 发送 JSON 通知curl -X POST https://your-domain/notify \
-H "Content-Type: application/json" \
-d '{
"urls": "discord://token/channel,mailto://user:pass@example.com",
"body": "Hello from Vercel Apprise!",
"title": "Test Notification",
"type": "info",
"format": "text"
}'