curl --location -g --request GET 'http://localhost:8080/api/blogs?last_create_time={{$date.timestamp}}&last_id=&size=30' \ --header 'Authorization: Bearer {{jwttoken}}'
{ "code": 0, "message": "string", "data": { "last_create_time": 0, "last_id": 0, "has_more": true, "records": [ { "id": 0, "title": "string", "summary": "string", "likes": 0, "favorites": 0 } ] } }