Authorization: Bearer ********************
{
"postId": 0,
"status": "PUBLISHED",
"visible": "VISIBLE",
"pinned": true
}
curl --location --request PUT 'http://localhost:8098/admin/post/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": 0,
"status": "PUBLISHED",
"visible": "VISIBLE",
"pinned": true
}'
{
"code": 200,
"errMsg": null,
"data": true
}