Fetch customer intelligence data for the current user.
Future<Result<dynamic>> customerIntelligence() async { return await ApiService.customerIntelligence(); }