Authorization: ********************curl --location --request GET '/links' \
--header 'Authorization: <api-key>'{
"code": 0,
"data": {
"list": [
{
"category": {
"description": "string",
"id": 0,
"name": "string",
"style": "string"
},
"description": "string",
"id": 0,
"logo": "string",
"name": "string",
"siteshot": "string",
"skip_health_check": true,
"sort_order": 0,
"status": "string",
"tag": {
"color": "string",
"id": 0,
"name": "string"
},
"url": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"message": "string"
}