{
"success": true,
"message": "Customer segments fetched successfully!",
"data": [
{
"type": "high_potential",
"name": "High Potential Customers",
"icon": "",
"description": "Customers with <2 purchases but in top 20% by spend (last 30 days)",
"app_created_at": "2025-07-09T17:55:44.590+01:00"
},
{
"type": "custom",
"name": "Newcomers",
"icon": "https://cdn.example.com/icons/newcomer.png",
"description": "Recently registered customers",
"app_created_at": "2025-07-08T11:35:01.197+01:00",
"id": "2"
}
]
}