curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/intelligents/faceLibs/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"index": 1,
"faceLibName": "xxx",
"customFaceLibId": "111",
"fdid": "111",
"thresholdValue": 92,
"deviceSerial": "xxxxxxxx",
"faceCounting": {
"enabled": true,
"uploadType": "out_repetition"
}
}'{
"code": 200,
"message": "操作成功"
}