curl --location 'https://api.aworld.cloud/app/v1/surveys//progress?context=undefined' \
--header 'x-external-user-id;' \
--header 'x-user-id;'{
"status": "NOT_STARTED",
"outcome": "SUCCESS",
"attempt": 1,
"answers": {
"property1": "string",
"property2": "string"
},
"currentPageNo": 0,
"startedAt": "string",
"completedAt": "string"
}