PasswordReset model.
@type t() :: %WorkOS.PasswordReset{ created_at: String.t(), email: String.t(), expires_at: String.t(), id: String.t(), object: String.t(), password_reset_token: String.t(), password_reset_url: String.t(), user_id: String.t() }