curl --location --request GET 'https://api2.hik-cloud.com/api/v1/community/access/faces' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string",
"employeeNo": "string"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"faceList": [
{
"FPID": "11111"
}
]
}
}