CreateGroupRequest: DefaultAgentType & {
    allowDuplicates: boolean;
    appId?: string;
    customFields?: Record<string, string>;
}