{
entityID: "0x1234567890abcdef1234567890abcdef", // Entity ID
saleUUID: "0xabcdef1234567890abcdef1234567890", // Your sale UUID
wallet: "0x742d35Cc6364C0532d0ef6b1234567890abcdef", // Authorized wallet
expiresAt: 1704067200, // Unix timestamp (10 minutes from now)
minAmount: 1000000000, // If you have purchase limits configured, this will be set to the minimum amount
maxAmount: 10000000000, // If you have purchase limits configured, this will be set to the maximum total amount
minPrice: 1000000000, // If you have a dynamic pricing model (e.g. auctions), this can be set to the minimum price
maxPrice: 10000000000, // If you have a dynamic pricing model (e.g. auctions), this can be set to the maximum price
payload: "0x" // Reserved for future use
}