curl --location --request GET 'https://api2.hik-cloud.com/api/v1/community/superBrains/actions/getAllFaceLibBaseParams?deviceId' \
--header 'Authorization: Bearer '
{
"code": 200,
"message": "操作成功",
"data": [
{
"index": 1,
"fdid": "111",
"faceLibName": "xxx",
"customFaceLibId": "111",
"faceLibType": "private"
}
]
}