curl --location --request PUT '/v2/ai/ai-camera/device' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'X-Tg-Algorithm: TGV1-HMAC-SHA256' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'X-Tg-Content-Sha256;' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"application_name": "string",
"interval_second": 0,
"include_tags": "string",
"ai_config": "string",
"exclude_tags": "string",
"notify_url": "string",
"language": "string",
"event_tag": "string"
}'