curl --location -g --request GET 'api/v1/user/{{user-key}}/surveys/mine' \
--header 'x-api-key: {{api-key}}'[
{
"id": "string",
"surveyId": "string",
"surveyName": "string",
"status": 0,
"totalQuestions": 0,
"answeredQuestions": 0,
"progressPercentage": 0,
"startedAt": "string",
"updatedDate": "string"
}
]