curl --location '/comment?page=undefined&size=undefined&blog=undefined&user=undefined&status=undefined&start-time=undefined&end-time=undefined&order_by=undefined&order=undefined' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemVkIjp0cnVlLCJleHAiOjE3NDk0OTMwMTEsInVpZCI6M30.ZILhTAGVYhJN-lN0VU09JktCzok7UjjwUFVcGJna1Y0'{
"code": 0,
"msg": "string",
"data": {
"comments": {
"id": 0,
"content": "string",
"user": {
"id": 0,
"name": "string",
"role": 0,
"avatar": "string"
},
"blog": {
"id": 0,
"title": "string",
"user_id": 0,
"problem_id": 0
},
"status": 1,
"create_time": "2019-08-24T14:15:22.123Z",
"update_time": "2019-08-24T14:15:22.123Z"
},
"page": 0,
"size": 0,
"total": 0
}
}