Authorization: ********************{
"category_id": 0,
"description": "string",
"logo": "string",
"name": "string",
"siteshot": "string",
"skip_health_check": true,
"sort_order": 0,
"status": "PENDING",
"tag_id": 0,
"url": "string"
}curl --location --request PUT '/links/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_id": 0,
"description": "string",
"logo": "string",
"name": "string",
"siteshot": "string",
"skip_health_check": true,
"sort_order": 0,
"status": "PENDING",
"tag_id": 0,
"url": "string"
}'{
"code": 0,
"data": {
"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"
},
"message": "string"
}