curl -X PATCH https://api.velixarai.com/v1/memory/mem_abc123 \ -H "Authorization: Bearer vlx_your_key" \ -H "Content-Type: application/json" \ -d '{"content": "User prefers light mode now", "tier": 0}'
{ "id": "mem_abc123", "updated": true }
Update an existing memory.