curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/intelligents/faceLibs/actions/getFaceContrastCfgs' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": [
{
"index": 1,
"enable": true,
"faceContrastType": "faceContrast",
"contrastFailureAlarmUpload": true,
"removeDuplicateEnabled": true,
"removeDuplicateTime": 12,
"faceLibs": [
{
"index": 1,
"thresholdValue": 66,
"customFaceLibId": "xxxxx"
},
{
"index": 2,
"thresholdValue": 23,
"customFaceLibId": "xxxxx"
}
]
}
]
}