curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/basic/cards/deletePersonCards' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeNo": "1234",
"cardNos": ["123","c01"]
}'
{
"code": 200,
"message": "操作成功"
}