curl --location 'https://api.aworld.cloud/app/v1/surveys//submit' \
--header 'x-external-user-id;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json' \
--data '{
"answers": {
"property1": "string",
"property2": "string"
},
"progress": "START",
"context": "default",
"currentPageNo": 0,
"parentId": "string",
"parentType": "learningPath"
}'{
"surveyId": "string",
"userId": "string",
"context": "default",
"progress": "START",
"outcome": "SUCCESS",
"answers": {
"property1": "string",
"property2": "string"
},
"currentPageNo": 0,
"parentId": "string",
"parentType": "learningPath",
"attempt": 1,
"startedAt": "string",
"completedAt": "string",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1"
}