ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  total: number;
                  active: number;
                  inactive: number;
                  byCategory: Record<string, number>;
              },
          >,
      >