{
"id": 1,
"is_lock": true,
"reason": "违规讨论"
}curl --location --request PUT '/moderator/posts/lock' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"is_lock": true,
"reason": "违规讨论"
}'{
"code": 20000,
"data": null,
"msg": null
}