curl --location --request POST 'https://api2.hik-cloud.com/api/v1/community/access/cards/actions/batchDelete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "string",
"employeeNoList": [
{
"employeeNo": "string"
}
],
"cardNoList": [
{
"cardNo": "string"
}
]
}'
{
"code": "200",
"message": "操作成功"
}