curl --request GET \
--url http://localhost:3000/v1/customers/{id}/category-analytics{
"categories": [
{
"name": "<string>",
"spend": 123,
"frequency": 123,
"percent": 123
}
]
}Get category spending and frequency analytics for a customer.
curl --request GET \
--url http://localhost:3000/v1/customers/{id}/category-analytics{
"categories": [
{
"name": "<string>",
"spend": 123,
"frequency": 123,
"percent": 123
}
]
}