$model->uuid, 'username' => $model->username, 'email' => $model->email, 'image' => 'https://gravatar.com/avatar/' . md5(Str::lower($model->email)), '2fa_enabled' => $model->use_totp, 'created_at' => $model->created_at->toAtomString(), ]; } }