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