curl --location --request GET 'https://open-api.coinank.com/api/news/getNewsDetail?id=' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"id": "string",
"sourceWeb": "string",
"title": "string",
"content": "string",
"readNum": 0,
"ts": 0,
"recommend": true
}
}