Authorization: Bearer ********************{
"name": "string",
"category": "string",
"point": 0,
"classroom": "string",
"weekStart": 0,
"weekEnd": 0,
"period": 0,
"college": "string",
"term": "string",
"type": "string",
"capacity": 0,
"intro": "string",
"examination": 0,
"regularRatio": 0,
"finalRatio": 0,
"classNum": "string"
}curl --location --request POST '/class/update/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"category": "string",
"point": 0,
"classroom": "string",
"weekStart": 0,
"weekEnd": 0,
"period": 0,
"college": "string",
"term": "string",
"type": "string",
"capacity": 0,
"intro": "string",
"examination": 0,
"regularRatio": 0,
"finalRatio": 0,
"classNum": "string"
}'{
"code": 0,
"data": {},
"msg": ""
}