curl --location --request GET 'https://example.com/blogs?page=1&blog_type=&search_query='
{
"list": [
{
"id": "2333",
"uid": "123",
"username": "xsvf",
"user_photo": "123.jpg",
"gender": "Male",
"game_url": "",
"gid": "0",
"title": "b站关注xsvf",
"tags": [
"本本推荐"
],
"category": {
"name": "绅夜食堂",
"slug": "dinner"
},
"content": "。。。。。",
"photo": "/media/blogs/1932/2e67de664d9651c99813c6527567482.jpg",
"total_views": "15755",
"total_comments": "0",
"total_likes": "96",
"date": "2025-04-24"
}
],
"count": 1192
}