curl --location --request GET 'https://developer.salesmartly.com/api/v2/get-online-duration-report?project_id=dewde&start_date=2026-03-01&end_date=2026-04-01&sys_user_id=123' \
--header 'external-sign;'{
"code": 0,
"msg": "success",
"request_id": "1773735770560-TvwpyQ-22n1Mk",
"data": {
"list": [
{
"sys_user_id": 36294,
"nickname": "Alice",
"email": "alice@example.com",
"login_duration": 42813,
"online_duration": 29565,
"busy_duration": 13248,
"offline_duration": 0
}
]
}
}