curl --location '/problem/history?problem_id=undefined&user_id=undefined&order=undefined&order_by=undefined&page=undefined&size=undefined&operation=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"user": {
"id": 0,
"name": "string",
"role": 0,
"avatar": "string"
},
"problem_id": 0,
"title": "string",
"difficulty": 0,
"operation": 0,
"create_time": "string",
"problem": {
"id": 0,
"title": "string",
"source": "string",
"difficulty": 0
}
}
]
}