{
"device_id": "1702D8OBYWWQ",
"time": 1762358400,
"image_uri": "tgoss://123/1702D8OBYWWQ/2026/05/body.jpg",
"tag": "bd",
"can_play": true,
"data": {
"confidence": "0.95",
"region": "front_door"
}
}curl --location 'http://openapi-cn01.tange365.com/v2/cloud/server/events' \
--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 'X-Tg-Api-Version: 2.1' \
--header 'Content-Type: application/json' \
--data '{
"device_id": "1702D8OBYWWQ",
"time": 1762358400,
"image_uri": "tgoss://123/1702D8OBYWWQ/2026/05/body.jpg",
"tag": "bd",
"can_play": true,
"data": {
"confidence": "0.95",
"region": "front_door"
}
}'{
"code": 200,
"msg": "success",
"data": null
}