Authorization: ********************{
"areaCode": "string",
"idType": "string",
"context": {
"property1": null,
"property2": null
}
}curl --location --request POST '/api/v1/pro/ekyc/workflow/match' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"areaCode": "string",
"idType": "string",
"context": {
"property1": null,
"property2": null
}
}'{
"workflowCode": "string",
"workflowName": "string",
"allowManualReview": true,
"description": "string",
"steps": [
{
"step": "string",
"name": "string",
"nextStep": "string",
"required": true,
"autoRejectOnFailure": true,
"autoInputSchema": {
"name": "string",
"attributes": [
{
"name": "string",
"displayName": {
"property1": "string",
"property2": "string"
},
"dataType": "string",
"multiple": true,
"annotations": {},
"optional": {},
"lastModificationTime": "2019-08-24T14:15:22.123Z"
}
]
},
"manualInputSchema": {
"name": "string",
"attributes": [
{
"name": "string",
"displayName": {
"property1": "string",
"property2": "string"
},
"dataType": "string",
"multiple": true,
"annotations": {},
"optional": {},
"lastModificationTime": "2019-08-24T14:15:22.123Z"
}
]
}
}
]
}