Authorization: ********************{
"areaCode": "string",
"name": "string",
"idCard": "string",
"typeName": "string",
"videoUrl": "string",
"extra": {
"property1": "string",
"property2": "string"
}
}curl --location --request POST '/api/v1/pro/ekyc/authentication/execute/facialrecognition' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"areaCode": "string",
"name": "string",
"idCard": "string",
"typeName": "string",
"videoUrl": "string",
"extra": {
"property1": "string",
"property2": "string"
}
}'{
"isSuccessful": true,
"message": "string",
"scheme": "string",
"kycTransaction": {},
"properties": {
"property1": "string",
"property2": "string"
},
"errors": [
{
"errorCode": "string",
"message": "string"
}
],
"canReverify": true
}