curl --location '/api/admin/show/albums'{
"code": 0,
"msg": "string",
"data": {
"content": [
{
"id": 0,
"app_id": 0,
"title": "string",
"related_shows": "string",
"status": 0,
"created_at": "string",
"updated_at": "string"
}
],
"total_pages": 0,
"total_count": 0,
"page": 0,
"page_size": 0
}
}