{"type":"user","frame":[],"user":[3],"title":"测试消息","details":"测试消息"}
curl --location --request POST '/api/notification/publish' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"type":"user","frame":[],"user":[3],"title":"测试消息","details":"测试消息"}'
{
"state": "success",
"info": 1
}