curl --location '/api/v1/service/zones?type=undefined' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>'{
"data": [
{
"zoneId": "string",
"name": "string",
"label": "string",
"type": "residential",
"protocols": [
"http"
],
"priceGB": 0,
"speedPercent": 0,
"supports": [
"country"
],
"senses": [
"string"
],
"recommend": true
}
],
"err": false,
"msg": "SUCCESS",
"code": 200
}