Authorization: Bearer ********************{
"appId": "mslx-plugin-chat-sync",
"content": "这个插件太棒了!",
"captchaVerifyParam": "xxxx_token_string"
}curl --location '/api/comments/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"appId": "mslx-plugin-chat-sync",
"content": "这个插件太棒了!",
"captchaVerifyParam": "xxxx_token_string"
}'{"code":200,"message":"评论发布成功","data":null}