curl --location --request PUT '/surveys//submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"answers": {
"property1": "string",
"property2": "string"
},
"progress": "IN_PROGRESS",
"context": "default",
"currentPageNo": 0,
"parentId": "string",
"parentType": "learningPath"
}'{
"surveyId": "string",
"userId": "string",
"context": "default",
"progress": "IN_PROGRESS",
"answers": {
"property1": "string",
"property2": "string"
},
"currentPageNo": 0,
"parentId": "string",
"parentType": "learningPath",
"startedAt": "string",
"completedAt": "string",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}