Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8098/admin/post/content/'
{
"code": 200,
"errMsg": null,
"data": [
{
"postContentId": 1,
"postId": 2,
"status": "PUBLISHED",
"draftName": null,
"lastModifyTime": 1709382953842
}
]
}