curl --location --request GET '/v2/cloud/server/media/url?media_type&path&oss_id' \
--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;'
{
"code": 0,
"data": {
"id": "string",
"ossid": "string",
"image": "string",
"thumbnail": "string",
"time": 0,
"can_play": true,
"event": {
"icon": "string",
"msg": "string",
"name": "string",
"tag": "string",
"extra": {
"addr": "string",
"pos": "string",
"humidity": "string",
"temperature": "string",
"lock": {
"cls": 0,
"msg": 0,
"user_type": 0,
"user_id": 0,
"username": "string"
},
"subclass": "string",
"similarity_degree": "string"
}
},
"ossid_video": "string"
}
}