Authorization: Bearer ********************{
"applicationId": 0,
"workflowCode": "string",
"bizId": "string",
"applicant": "string",
"isPassed": true,
"hasManualReview": true,
"result": {
"realName": "string",
"gender": 0,
"dateOfBirth": "2019-08-24T14:15:22.123Z",
"nationality": "string",
"birthPlace": "string",
"address": "string",
"email": "string",
"mobile": "string",
"identityDocument": {
"idType": "string",
"idNumber": "string",
"idIssueDate": "2019-08-24T14:15:22.123Z",
"idExpiryDate": "2019-08-24T14:15:22.123Z",
"idIssuingAuthority": "string",
"idIssuingCountry": "string",
"idFrontImageUrl": "string",
"idBackImageUrl": "string"
},
"extra": {
"property1": "string",
"property2": "string"
}
}
}curl --location --request POST '/iapi/v1/pro/account/crm/idcard/callback' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"applicationId": 0,
"workflowCode": "string",
"bizId": "string",
"applicant": "string",
"isPassed": true,
"hasManualReview": true,
"result": {
"realName": "string",
"gender": 0,
"dateOfBirth": "2019-08-24T14:15:22.123Z",
"nationality": "string",
"birthPlace": "string",
"address": "string",
"email": "string",
"mobile": "string",
"identityDocument": {
"idType": "string",
"idNumber": "string",
"idIssueDate": "2019-08-24T14:15:22.123Z",
"idExpiryDate": "2019-08-24T14:15:22.123Z",
"idIssuingAuthority": "string",
"idIssuingCountry": "string",
"idFrontImageUrl": "string",
"idBackImageUrl": "string"
},
"extra": {
"property1": "string",
"property2": "string"
}
}
}'