export class CreateProfileDto { email: string externalId: string firstName: string lastName: string }