{
"current": 1,
"page_size": 10,
"live_id": 0
}curl --location --request POST '/api/document/show/list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"page_size": 10,
"live_id": 0
}'{
"list": [
{
"document_id": 0,
"live_id": 0,
"is_onshow": 0,
"index": 0,
"is_transform": 0,
"title": "string"
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}