package common import "github.com/google/uuid" type SubscriptionPurchase struct { ID uuid.UUID `json:"id"` }