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