curl --location --request GET 'http://192.168.0.69:20001/api/themes/news-list?id&title_en&is_recommend&page&page_size'{
"status": 0,
"success": true,
"data": [
{
"id": 0,
"title": "string",
"summary": "string",
"author": "string",
"published_at": "string",
"like": 0,
"click": 0,
"image": "string",
"source": "string",
"url": "string",
"publish": 0,
"outer_key": "string",
"sync_at": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": null,
"published_in": 0,
"theme_id": 0
}
],
"pagination": {
"count": 0,
"total": 0,
"per_page": 0,
"current_page": 0,
"total_pages": 0,
"links": [
"string"
]
}
}