Authorization: Bearer ********************
{
"gradeId": "3",
"gradeNum": "2025"
}
curl --location --request DELETE 'http://localhost:8999/api/team/grade/11,12' \
--header 'Content-Type: application/json' \
--data-raw '{
"gradeId": "3",
"gradeNum": "2025"
}'
{
"code": 200,
"msg": "删除成功!"
}