export interface PostAddUserRequestDto { emails: string[]; assignmentId: string; }