Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8098/admin/post/publish/'
{
"code": 200,
"errMsg": null,
"data": {
"postContentId": 9,
"postId": 2,
"content": "dolore in",
"html": "<p>dolore in</p>",
"status": "PUBLISHED",
"draftName": null,
"lastModifyTime": 1709382953842
}
}