Authorization: Bearer ********************
{
"postId": 0,
"draftName": "string",
"deleteContent": true,
"contentName": "string"
}
curl --location --request PUT 'http://localhost:8098/admin/post/draft/publish' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": 0,
"draftName": "string",
"deleteContent": true,
"contentName": "string"
}'
{
"code": 200,
"errMsg": null,
"data": true
}