curl --location --request POST 'https://api2.hik-cloud.com/api/v1/community/superBrains/faceLibs' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "xxxxxx",
"faceLibs": [{
"index": 1,
"faceLibName": "lib22",
"thresholdValue": 21,
"customFaceLibId": "22222"
}, {
"index": 2,
"faceLibName": "lib33",
"thresholdValue": 92,
"customFaceLibId": "33333"
}]
}'
{
"code": 200,
"message": "操作成功"
}