{
"personName": "string",
"type": 0,
"sex": 0,
"imageUrl": "string",
"bAiServerId": 0,
"id": 0,
"boxSerial": "string"
}
curl --location --request POST 'http://192.168.16.10:31748/v1/faceRecognition/updatePersonInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"personName": "string",
"type": 0,
"sex": 0,
"imageUrl": "string",
"bAiServerId": 0,
"id": 0,
"boxSerial": "string"
}'
{
"message": "string",
"code": 0,
"data": {},
"msgData": {}
}