Authorization: ********************{
"reason": "用户手动调整记忆"
}curl --location --request DELETE 'http://test-cn.your-api-server.com/memory/items/' \
--header 'X-Idempotency-Key;' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "用户手动调整记忆"
}'{}