curl --location --request GET '/super/manage/performance/history?module&start&end&interval' \
--header 'Authorization: {{Authorization}}'{
"code": 20000,
"data": {
"data": [
null
],
"end_time": 0,
"interval": "string",
"module": "string",
"start_time": 0
},
"msg": null
}