curl --location --request PUT 'https://api2.hik-cloud.com/api/v1/community/superBrains/actions/setAllFaceLibBaseParams' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "xxxxxx",
"faceLibBaseParams": [{
"index": 1,
"faceLibName": "xxx",
"customFaceLibId": "111"
}]
}'
{
"code": 200,
"message": "操作成功"
}