{
"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;' \
--header 'X-Tg-Platform;' \
--header 'X-Tg-Sdk-Version;' \
--header 'Accept-Language;' \
--header 'X-Tg-App-Store: {{appstore}}' \
--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"
}