employeeNoList <= 500
;curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/intelligents/faceLibs/actions/asyncDeliveredFaces' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"customFaceLibId": "111",
"employeeNos": ["xxxxxxxxx", "xxxxxxxxx"],
"deviceSerial": "xxxxxxxxxxx"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"taskId": "xxxxxxxxx"
}
}