{
"id": 1,
"is_pinned": true,
"pin_scope": "None"
}curl --location --request PUT '/manage/posts/pin' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"is_pinned": true,
"pin_scope": "None"
}'{
"code": 20000,
"data": null,
"err_code": "string",
"msg": null
}