curl --request POST \
--url http://localhost:3000/v1/customers/analytics/refresh{
"success": true,
"message": "<string>",
"profile_count": 123
}Trigger a bulk refresh of analytics for all customer profiles.
curl --request POST \
--url http://localhost:3000/v1/customers/analytics/refresh{
"success": true,
"message": "<string>",
"profile_count": 123
}