curl --location 'http://localhost:1111/api/v1/blog/articles/prev_next/'{
"code": 0,
"message": "string",
"messageKey": "string",
"timestamp": 0,
"data": {
"prev": {
"id": 0,
"title": "string"
},
"next": {
"id": 0,
"title": "string"
}
},
"requestId": "resolveRequestId()"
}