curl --location '/collection?page=undefined&size=undefined&title=undefined&user=undefined&problem=&start-time=undefined&end-time=undefined&status=&order_by=undefined&order=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": {
"collections": [
{
"id": 0,
"title": "string",
"status": 0,
"create_time": "string",
"update_time": "string",
"user": {
"id": 0,
"name": "string",
"role": 0,
"avatar": "string"
}
}
],
"page": 0,
"size": 0,
"total": 0
}
}