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