data = {
"content": "Customer is interested in premium plan features",
"user_id": "customer_456",
"session_id": "session_789",
"metadata": {
"type": "sales_interaction",
"priority": "high"
},
"ttl": 86400 # Expires in 24 hours
}
response = requests.post(url, json=data, headers=headers)