Authorization: ********************{
"content": "用户偏爱黑咖啡和美式,尽量不要加糖",
"importance": 0.95,
"reason": "用户偏好有更新"
}curl --location --request PATCH 'http://test-cn.your-api-server.com/memory/items/' \
--header 'X-Idempotency-Key;' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "用户偏爱黑咖啡和美式,尽量不要加糖",
"importance": 0.95,
"reason": "用户偏好有更新"
}'{}