curl --location --request GET 'https://sandbox-partner-api2.voqall.com/api/v1/survey-groups/' \
--header 'EQ-PARTNER-ACCESS-KEY: <api-key>'{
"status": "ok",
"hasError": false,
"messages": [],
"error": {
"errorCode": ""
},
"SurveyId": 0,
"SurveyGroups": [
{
"SurveyGroupId": 0,
"SurveyGroupName": "string",
"SurveyGroupSurveys": [
0
]
}
]
}