curl --location --request PUT '/v2/ai/ai-summary/device' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-Content-Sha256;' \
--header 'X-Tg-Algorithm;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "5693F6GY7BH9P",
"interval_second": 5,
"language": "zh-cn",
"custom_conf": "{\"manufacture\": \"aliyun\",\"model\": \"qwen-vl-plus-2025-05-07\",\"include_tags\":\"body\",\"exclude_tags\": \"\",\"prompts\": \"我的\"}"
}'