Authorization: ********************curl --location --request GET '/api/v1/pro/ekyc/signatureworkflow//current-step' \
--header 'uid;' \
--header 'userInfo;' \
--header 'Authorization: <api-key>'{
"applicationId": 0,
"workflowCode": "string",
"status": "string",
"currentStep": "string",
"currentStepName": "string",
"requireManualReview": true,
"inputSchema": {
"name": "string",
"attributes": [
{
"name": "string",
"displayName": {
"property1": "string",
"property2": "string"
},
"dataType": "string",
"multiple": true,
"annotations": {},
"optional": {},
"lastModificationTime": "2019-08-24T14:15:22.123Z"
}
]
},
"isCompleted": true,
"message": "string"
}