curl --location --request PUT '/api/v1/service/channels/' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"password": "string",
"limit": 1,
"country": "string",
"state": "string",
"city": "string",
"whitelist": [
"192.168.0.1"
],
"senses": [
"string"
]
}'{
"data": true,
"err": false,
"msg": "SUCCESS",
"code": 200
}