{
"content": "修改后的内容",
"id": 1,
"title": "修改后的标题"
}curl --location --request PUT '/moderator/posts' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "修改后的内容",
"id": 1,
"title": "修改后的标题"
}'{
"code": 20000,
"data": {
"category_id": 1,
"category_name": "技术讨论",
"comment_count": 25,
"content": "很有见地的内容",
"created_at": "2024-01-01T00:00:00Z",
"id": 1,
"is_essence": true,
"is_pinned": false,
"like_count": 50,
"status": "Normal",
"title": "技术分享帖",
"updated_at": "2024-01-01T00:00:00Z",
"username": "testuser",
"view_count": 1500
},
"msg": null
}