{
"id": 1,
"is_pinned": true,
"reason": "重要公告"
}curl --location --request PUT '/manage/posts/pin' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"is_pinned": true,
"reason": "重要公告"
}'{
"code": 20000,
"data": null,
"msg": null
}