CreateDraftSchema: {
    message: string;
    subject: string;
    to: string[];
    bcc?: string[];
    cc?: string[];
}