{
"guid": "{{guid_test}}",
"conversation_id": "{{ConversationId_qywx}}",
"title": "链接标题",
"description": "这是描述性的文字",
"url": "https://baidu.com",
"image_url": "http://auto.depthsdata.com:8766/depths_logo.png"
}
curl --location --request POST 'http://auto.depthsdata.com:8766/api/COE/rpc/service/debot/send_link' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "301964dd-781a-3a48-ab06-babf37470cc7",
"conversation_id": "S:1688855062596284",
"title": "链接标题",
"description": "这是描述性的文字",
"url": "https://baidu.com",
"image_url": "http://auto.depthsdata.com:8766/depths_logo.png"
}'
{}