{ "content": "这是一条日志哦。" }
curl --location --request POST 'http://localhost/log' \ --header 'X-Token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "这是一条日志哦。" }'
{ "code": 0 }