curl --location --request GET 'https://sandbox-partner-api2.voqall.com/api/v1/collection/study-types' \
--header 'EQ-PARTNER-ACCESS-KEY: <api-key>'{
"status": "ok",
"hasError": false,
"messages": [
"Study type list retrieved successfully."
],
"error": {
"errorCode": ""
},
"StudyTypes": [
{
"Id": 1,
"Name": "Online Panel"
}
]
}