{
"id": 1,
"is_essence": true,
"reason": "优质内容"
}curl --location --request PUT '/moderator/posts/essence' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"is_essence": true,
"reason": "优质内容"
}'{
"code": 20000,
"data": null,
"msg": null
}