curl --location -g --request GET 'https://www.autozod.app/api/sessionLogs/list?team_id=1000&agent_id=68a6d35049a09719b70539b4&type=on_duty&start_date=21-08-2025&end_date=21-08-2025' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"data": {
"summary": {
"total_active_duration_seconds": 0,
"total_active_duration_format": "string",
"total_session_count": 0,
"total_inactive_duration_seconds": 0,
"total_inactive_duration_format": "string",
"active_percentage": 0,
"inactive_percentage": 0
},
"daily_breakdown": [
null
]
}
}