export async function verifyEmail(username: string, options: VerifyEmailOptions = {}) {
  if (!username) {
    throw new KinveyError('A username was not provided.');
  }