Surface/api/Passport/Developer Notify All Users.bru

27 lines
533 B
Plaintext
Raw Normal View History

2024-12-24 16:48:25 +00:00
meta {
name: Developer Notify All Users
type: http
seq: 1
}
post {
url: {{endpoint}}/cgi/id/dev/notify/all
body: json
2025-01-04 13:26:28 +00:00
auth: inherit
2024-12-24 16:48:25 +00:00
}
body:json {
{
"client_id": "{{third_client_id}}",
"client_secret":"{{third_client_tk}}",
"type": "general",
"subject": "Merry Christmas!",
"subtitle": "一条来自 Solar Network 团队的信息",
"content": "今天是 12 月 25 日 (UTC+8),小羊祝您圣诞快乐 🎄",
"metadata": {
"image": "6EqsYQwmFRCkbmhR"
},
"priority": 10
}
}