curl --location --request GET 'http://localhost:8080/api/blogs/search?keyword' \ --header 'Authorization: Bearer {{jwttoken}}'
{ "code": 0, "message": "string", "data": [ { "id": 0, "title": "string", "summary": "string", "likes": 0, "favorites": 0 } ] }