Provides struct and type for a PersonalInfoResponse
@type t() :: %ExOura.Client.PersonalInfoResponse{ age: integer() | nil, biological_sex: String.t() | nil, email: String.t() | nil, height: number() | nil, id: String.t(), weight: number() | nil }