curl --location 'http://localhost:8085/api/message/link' \
--header 'Content-Type: application/json' \
--data '{
"desc": "链接描述",
"receiver": "wxid_xxx",
"thumb_url": "https://example.com/thumb.jpg",
"title": "链接标题",
"url": "https://example.com"
}'{
"code": 0,
"data": {
"action_flag": 0,
"aes_key": "string",
"app_id": "string",
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"client_id": "string",
"create_time": 0,
"extend_xml": "string",
"id": 0,
"new_id": 0,
"receiver": "string",
"sender": "string",
"type": 0
},
"message": "string"
}