Authorization: ********************curl --location --request GET 'http://127.0.0.1:10010/user/api/aivideomaterial/authVideoPage?current=1&limit=10' \
--header 'Authorization: <api-key>'{
"status": "",
"message": "",
"data": {
"list": [
{
"id": "",
"userInfoId": "",
"type": 0,
"cover": "",
"videoUrl": "",
"companyId": "",
"deleted": 0,
"createTime": "",
"createById": "",
"updateTime": "",
"updateById": "",
"authId": 0
}
],
"total": 0,
"currentPage": 0,
"pageSize": 0,
"pages": 0
}
}