Authorization: ********************{
"workflowCode": "string",
"areaCode": "string",
"step": "string",
"isManual": true,
"data": {
"property1": null,
"property2": null
}
}curl --location --request POST '/api/v1/pro/ekyc/workflow/step/execute' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"workflowCode": "string",
"areaCode": "string",
"step": "string",
"isManual": true,
"data": {
"property1": null,
"property2": null
}
}'{
"applicationId": 0,
"workflowCode": "string",
"step": "string",
"isPassed": true,
"isManual": true,
"isPending": true,
"nextStep": "string",
"message": "string",
"requireManualReview": true,
"workflowStatus": "string",
"isWorkflowCompleted": true,
"isAlreadyCompleted": true,
"extractedData": {
"property1": null,
"property2": null
}
}