{
"content": "更新后的评论内容",
"id": 1
}curl --location --request PUT '/comments' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "更新后的评论内容",
"id": 1
}'{
"code": 20000,
"data": {
"content": "更新后的评论内容",
"id": 1,
"updated_at": "2024-01-01T00:00:00Z"
},
"msg": null
}