Authorization: Bearer ********************curl --location --request GET '/api/video/search?pageSize=&pageNo=&keyword=&fromDate=&toDate=&tags=' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"pageNo": 0,
"pageSize": 0,
"totalRecords": 0,
"isLast": true,
"list": [
{
"id": 0,
"title": "string",
"url": "string",
"userId": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"clickCount": 0
}
]
},
"message": "string"
}