curl --location 'http://localhost:8085/api/moments/comment/' \
--header 'Content-Type: application/json' \
--data '{
"content": "评论内容",
"id": 12345678,
"reply_comment_id": 0,
"type": 1
}'{
"code": 0,
"data": null,
"message": "string"
}