MemberFieldUpdateBodyDto: {
    isActive?: boolean;
    label?: string;
    options?: string[];
    required?: boolean;
}