UpdateProfileBodyDto: {
    affiliation?: string | null;
    bio?: string | null;
    displayName?: string;
    externalMemberCode?: string | null;
    pictureFileId?: string | null;
}