title,string,true,,false,日志标题
content,string,true,,,日志内容
curl --location --request POST 'http://localhost:3000/api/admin/dsshboard/journal' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw 'title,string,true,,false,日志标题
content,string,true,,,日志内容'
{
"code": 0,
"message": "string"
}