curl --location '/api/v1/service/channels/usage' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"channelIds": [
"string"
],
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}'{
"data": {
"property1": "string",
"property2": "string",
"start": "string",
"end": "string",
"scope": "string",
"totalUsage": 0,
"totalRequests": 0
},
"err": false,
"msg": "SUCCESS",
"code": 200
}