curl --location -g --request GET '/admin-api/mp/statistics/interface-summary?accountId=1024&date=[2022-07-01 00:00:00, 2022-07-01 23:59:59]' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"refDate": "2019-08-24T14:15:22.123Z",
"callbackCount": 10,
"failCount": 20,
"totalTimeCost": 30,
"maxTimeCost": 40
}
],
"msg": "string"
}