curl --location --request GET '/score/student-score-details/analysis?userId=&semester=&deptId=&studentScoreId=&semesterSetId='
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"subjecName": "string",
"score": 0,
"type": "string",
"examinationName": "string",
"examinatioId": 0
}
]
}