curl --location --request GET 'http://localhost:8080/student/get/collect?page=1&pageSize=5' \
--header 'token;'
{
"code": 0,
"msg": "",
"data": {
"total": 0,
"records": [
{
"id": 0,
"content": "",
"authorID": 0,
"imgURLs": [
""
],
"createdAt": "",
"updatedAt": ""
}
]
}
}