Authorization: Bearer ********************
curl --location -g --request GET 'https://api.tolink.cloud/crm/dailyReportList?member[]=&endTime=2024-04-10&startTime=2024-04-01&month' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"data": [
null
],
"msg": "string"
}