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