curl --location --request POST 'http://dev-cn.your-api-server.com/v2/image/face_recognition/add_face' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"response_as_dict": true,
"attributes_as_list": false,
"show_original_response": false
}'
{
"amazon": {
"face_ids": [
"77aefffe-b35b-4379-912c-2a509d8340f5"
]
},
"facepp": {
"face_ids": [
"12fc0d5b430add004c0e2d50be78ea37"
]
}
}