curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/basic/staffs/actions/deleteStaff' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffId":"10a795f4a25d4de09edd091f28747eb4",
"schoolId":"10a795f4a25d4de09edd091f28747eb6"
}'
{
"code": 200,
"message": "操作成功"
}