curl --location --request GET 'https://api.zhimu-tech.com/zhimu-api/report/getObjectAnalysisLines?projectId&objectIds=&startDate&endDate&analysisType' \
--header 'x-zm-token;'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"objectId": "string",
"objectName": "string",
"statPoints": [
{
"statDate": "2019-08-24",
"value": 0
}
]
}
]
}