curl --location --request GET '/admin-api/charging/microgridHomePage/getDegreeGraph' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"xaxisData": [
"string"
],
"seriesData": [
0
],
"title": "string",
"yunit": "string",
"xunit": "string"
},
"msg": "string"
}