curl --location --request GET 'https://sandbox-partner-api2.voqall.com/api/v1/collection/industries' \
--header 'EQ-PARTNER-ACCESS-KEY: <api-key>'{
"status": "ok",
"hasError": false,
"messages": [
"Industry list retrieved successfully."
],
"error": {
"errorCode": ""
},
"Industries": [
{
"Id": 30,
"Name": "Healthcare"
}
]
}