Authorization: ********************curl --location '/api/v1/video/getVideoStatus?vid=undefined' \
--header 'Authorization: <api-key>'{
"code": 0,
"data": {
"copyright": true,
"cover": "string",
"desc": "string",
"duration": 0,
"partitionId": 0,
"resources": [
{
"createdAt": "string",
"duration": 0,
"id": 0,
"status": 0,
"title": "string",
"vid": 0
}
],
"status": 0,
"tags": "string",
"title": "string",
"vid": 0
},
"msg": "string"
}