curl --location '/api/v1/service/channels/usage/total?start=undefined&end=undefined' \
--header 'x-service-id: <api-key>' \
--header 'x-service-secret: <api-key>'{
"data": {
"property1": "string",
"property2": "string",
"start": "string",
"end": "string",
"totalUsage": 0,
"totalRequests": 0,
"byType": {
"residential": {
"totalUsage": 0,
"totalRequests": 0
},
"ipv6": {
"totalUsage": 0,
"totalRequests": 0
},
"datacenter": {
"totalUsage": 0,
"totalRequests": 0
},
"mobile": {
"totalUsage": 0,
"totalRequests": 0
}
}
},
"err": false,
"msg": "SUCCESS",
"code": 200
}