{
"person_ids": [
"string"
],
"need_feature": true
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/external/getPersonFace' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"person_ids": [
"string"
],
"need_feature": true
}'
{
"code": 0,
"msg": "string",
"data": [
{
"empty": true,
"property1": {},
"property2": {}
}
]
}