curl --location '/api/v1/service/purchase/isp/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",
"totalPurchaseQuantity": 0,
"totalOrders": 0,
"byType": {
"isp": {
"totalPurchaseQuantity": 0,
"totalOrders": 0
},
"datacenter": {
"totalPurchaseQuantity": 0,
"totalOrders": 0
}
}
},
"err": false,
"msg": "SUCCESS",
"code": 200
}