curl --location --request GET 'http://localhost:8080/admin/topic/page' \
--header 'token;'
{
"code": 0,
"msg": "",
"data": {
"total": 0,
"records": [
{
"id": 0,
"content": "",
"authorID": 0,
"imgURLs": [
""
],
"createdAt": "",
"updatedAt": "",
"isDraft": false
}
]
}
}