data = {
"content": "Customer has enterprise account with 500+ users",
"category": "account_info",
"tags": ["enterprise", "vip", "high_value"],
"importance": 1.0,
"confidence": 1.0,
"source": "sales_crm",
"user_id": "enterprise_customer_001",
"session_id": "q1_2024_review",
"metadata": {
"account_type": "enterprise",
"user_count": 523,
"contract_value": 150000,
"renewal_date": "2024-12-31"
}
}
response = requests.put(url, json=data, headers=headers)