推送消息
授权
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
位置: header
请求主体
application/json
TypeScript 定义
在 TypeScript 中使用 request body 类型。
创建消息请求体
响应主体
application/json
curl -X POST "https://example.com/message/v1/create" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "content": "string" }'{ "id": 0, "category": "string", "type": "info", "title": "string", "content": "string", "status": 0, "create_time": "string"}
