Provides struct and type for a Project.ServiceAccount
@type t() :: %OpenAi.Project.ServiceAccount{ created_at: integer(), id: String.t(), name: String.t(), object: String.t(), role: String.t() }