Authorization: Bearer ********************curl --location '/api/v1/business-analytics/user-behavior/analytics?start_date=undefined&end_date=undefined&user_id=undefined'{
"code": 0,
"message": "success",
"data": {
"total_sessions": 0,
"total_events": 0,
"unique_users": 0,
"average_session_duration": 0,
"bounce_rate": 0,
"top_pages": [
{
"property1": "string",
"property2": "string"
}
],
"device_breakdown": [
{
"property1": "string",
"property2": "string"
}
],
"geographic_distribution": [
{
"property1": "string",
"property2": "string"
}
],
"user_journey": [
{
"property1": "string",
"property2": "string"
}
]
}
}