{
"content": "string",
"title": "string",
"time": 0
}
curl --location --request POST '/mhNotice/send?token=调用接口凭证' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"title": "string",
"time": 0
}'
{
"code": 0
}