curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/students/actions/deleteOptionStudent' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"classId": "10a795f4a25dee9ed4491f28747eb6",
"schoolId": "10a795f4a25dee9ed4491f28747eb6",
"studentIds": [{
"studentId": "7f3a2090674846528a4930a6d309eda7"
}, {
"studentId": "072987f5cbec4b0c9bed7dbe98751863"
}]
}'
{
"code": 200,
"message": "操作成功"
}