{
"studentIds":"1"
}curl --location --request POST '/class/deleteStudents' \
--header 'Authentication: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentIds":"1"
}'{
"code": 200,
"data": null,
"msg": "success",
"total": 0
}