Provides struct and type for a User
@type t() :: %OpenAi.User{ added_at: integer(), email: String.t(), id: String.t(), name: String.t(), object: String.t(), role: String.t() }