Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/customer-segments?days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"segments": [
{
"segment": "string",
"count": 0,
"percentage": 0,
"avg_revenue": 0,
"avg_orders": 0
}
],
"cohorts": [
{
"cohort": "string",
"size": 0,
"retention": [
0
]
}
],
"clv": {
"avg_clv": 0,
"median_clv": 0,
"top_10_pct_clv": 0,
"total_customers": 0,
"single_order_pct": 0
}
},
"message": "string"
}