create_params() :: %{}
t() :: %{}
create(create_params()) :: t()
create(%{ :email => binary(), :purchased_products => any(), optional(:__struct__) => none(), optional(atom() | binary()) => any() }) :: any()