{
"studentIds":"2"
}curl --location --request POST '/class/restoreStudents' \
--header 'Authentication: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentIds":"2"
}'{
"code": 300,
"data": null,
"msg": "当前学生未被删除!",
"total": 0
}