curl --location '/api/v1/service/channels/query' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"channelIds": [
"string"
]
}'{
"data": [
{
"channelId": "string",
"zoneName": "string",
"name": "string",
"password": "string",
"whitelist": [
"192.168.0.1"
],
"senses": [
"string"
],
"type": "residential",
"regionType": "country",
"country": "string",
"state": "string",
"city": "string",
"speedPercent": 0,
"status": 0,
"total": 0,
"used": 0,
"limit": 0,
"priceGB": 0,
"editableRegion": true,
"exTime": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"remain": 0
}
],
"err": false,
"msg": "SUCCESS",
"code": 200
}