package domain import "github.com/google/uuid" type AuthPayload struct { UserID uuid.UUID }