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