curl --location --request GET 'https://open-api.coinank.com/api/news/getNewsList?type=1&lang=zh&page=1&pageSize=10&isPopular=false&search' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"list": [
{
"id": "string",
"sourceWeb": "string",
"title": "string",
"content": "string",
"readNum": 0,
"ts": 0,
"recommend": true
}
],
"pagination": {
"current": 0,
"total": 0,
"pageSize": 0
}
}
}