curl --location 'https://developer.salesmartly.com/api/v2/get-customer-analysis-report?project_id=undefined&start_date=undefined&end_date=undefined&sys_user_id=undefined&channel=undefined&channel_id=undefined&group_by=undefined' \
--header 'external-sign;'{
"code": 0,
"msg": "success",
"request_id": "1775619071727-wgFTuf-m2hZYl",
"data": {
"list": [
{
"sys_user_id": 185,
"nickname": "Alice",
"email": "alice@example.com",
"channel": 0,
"channel_id": 0,
"date_key": "",
"total_contacts": 423,
"distinct_contacts": 411,
"duplicate_contacts": 12
}
]
}
}