{
"deptId": 0,
"semester": "string",
"name": "string",
"fileUrl": "string"
}
curl --location --request POST '/score/student-score' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptId": 0,
"semester": "string",
"name": "string",
"fileUrl": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"allRows": 0,
"errolRows": 0,
"fileUrl": "string",
"successRows": 0
}
}