Authorization: ********************{
"memory_type": "preference",
"title": "咖啡偏好",
"content": "用户偏爱黑咖啡,不喜欢太甜",
"confidence": 0.95,
"importance": 0.9,
"sensitivity_level": 0,
"is_explicit": true,
"reason": "用户手动维护长期偏好"
}curl --location 'http://test-cn.your-api-server.com/memory/items' \
--header 'X-Idempotency-Key;' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data '{
"memory_type": "preference",
"title": "咖啡偏好",
"content": "用户偏爱黑咖啡,不喜欢太甜",
"confidence": 0.95,
"importance": 0.9,
"sensitivity_level": 0,
"is_explicit": true,
"reason": "用户手动维护长期偏好"
}'{}