{
"uuid": "663CYEM5A9CG",
"start_time": 1740042721,
"duration": 10,
"data_bytes": 200,
"p2p_mode": "download",
"type": "cloud",
"bitrate": "40"
}curl --location --request POST '/v2/stats/report/streaming-record' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "663CYEM5A9CG",
"start_time": 1740042721,
"duration": 10,
"data_bytes": 200,
"p2p_mode": "download",
"type": "cloud",
"bitrate": "40"
}'{
"code": 0,
"msg": "string"
}