Authorization: ********************{
"content": "string",
"applicantId": 0,
"bizId": "string",
"lastRecordAdditionalFields": {
"property1": "string",
"property2": "string"
},
"authenticationTypes": [
"0"
]
}curl --location --request POST '/iapi/v1/pro/ekyc/crm/approvalwebhook/authenticationresult?documentId&stepCode&flowCode' \
--header 'managerId;' \
--header 'managerName;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"content": "string",
"applicantId": 0,
"bizId": "string",
"lastRecordAdditionalFields": {
"property1": "string",
"property2": "string"
},
"authenticationTypes": [
"0"
]
}'{
"approverId": 0,
"reason": "string",
"option": "2",
"additionalFields": {
"property1": "string",
"property2": "string"
}
}