curl --request POST \
--url http://localhost:3000/v1/customers/{id}/refresh-analytics{
"success": true,
"analytics": "<unknown>",
"message": "<string>"
}Recompute analytics for a specific customer based on their order history.
curl --request POST \
--url http://localhost:3000/v1/customers/{id}/refresh-analytics{
"success": true,
"analytics": "<unknown>",
"message": "<string>"
}