curl --location '/collection/1' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"title": "string",
"description": "string",
"status": 0,
"create_time": "string",
"update_time": "string",
"user": {
"id": 0,
"name": "string",
"role": 0,
"avatar": "string"
},
"problems": [
{
"id": 0,
"title": "string",
"source": "string",
"difficulty": 0,
"tag_ids": [
0
],
"user_score": 0,
"has_user_submission": true
}
],
"collaborator": [
{
"id": 0,
"name": "string",
"role": 0,
"avatar": "string"
}
]
}
}