curl --location '/problem/fps' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0' \
--form 'file=@"E:\\download\\fps-2022611097-27055.xml"'{
"code": 0,
"msg": "string",
"data": [
{
"problem": {
"title": "string",
"time_limit": 0,
"memory_limit": 0,
"description": "string",
"input": "string",
"output": "string",
"sample_input": "string",
"sample_output": "string",
"create_time": "string",
"update_time": "string"
},
"testcases": [
{
"test_input": "string",
"test_output": "string"
}
],
"solution": [
{
"language_id": 0,
"source_code": "string",
"create_time": "string",
"update_time": "string"
}
]
}
]
}