curl --location '/solution/?page=undefined&size=undefined&problem=undefined&language=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": {
"solutions": [
{
"id": 0,
"problem_id": 0,
"language_id": 0,
"source_code": "string"
}
],
"page": 0,
"size": 0,
"total": 0
}
}