{
"user_id": "user_1233211",
"app_id": "api_test"
}curl --location --request POST 'https://api.360.cn/v1/memory/list' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "user_1233211",
"app_id": "api_test"
}'{
"status": "success",
"data": [
{
"id": "9faf444e-3aa4-406f-ad68-80cea984d76c",
"memory": "用户喜欢吃西瓜",
"category": "preference",
"created_at": "2025-09-22 08:58:43",
"updated_at": "2025-09-22 08:58:43",
"user_id": "user_1233211"
}
],
"count": 1
}