Authorization: Bearer ********************curl --location --request GET '/api/video/browse/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"id": 0,
"title": "string",
"description": "string",
"url": "string",
"userId": 0,
"score": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"tags": [
"string"
]
},
"message": "string"
}