{
"current": 1,
"page_size": 10,
"type": 1,
"live_id": 0,
"title": "string",
"start_at": "string",
"end_at": "string"
}curl --location '/api/media/library-list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data '{
"current": 1,
"page_size": 10,
"type": 1,
"live_id": 0,
"title": "string",
"start_at": "string",
"end_at": "string"
}'{
"list": [
{
"id": 0,
"userid": 0,
"live_id": 0,
"filename": "string",
"title": "string",
"cover": "string",
"url": "string",
"size": 0,
"duration": 0,
"status": 0,
"type": 0,
"is_cited": 0,
"quote_count": 0,
"created_at": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}