Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/customer-health?state=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"distribution": [
{
"state": "string",
"count": 0
}
],
"median_gap_days": 0,
"customers": [
{
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"name": "string",
"score": 0,
"state": "string",
"orders": 0,
"total_spent_cents": 0,
"days_since_last": 0
}
]
},
"message": "string"
}