curl --location '/problem?page=undefined&size=undefined&title=undefined&difficulty=&tag=undefined&status=undefined&user=1&order_by=undefined&order=undefined&start-time=undefined&end-time=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": {
"problems": [
{
"id": 0,
"title": "string",
"source": "string",
"difficulty": 0,
"status": 1,
"create_time": "string",
"update_time": "string",
"tag_ids": [
0
],
"user_score": 0,
"has_user_submission": true
}
],
"page": 0,
"size": 0,
"total": 0
}
}