Authorization: Bearer ********************curl --location --request GET '/api/front/article/hot/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"author": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"imageInput": "string",
"synopsis": "string",
"title": "string",
"visit": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}