curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/msg/insertCollectionMsg",
"params": {
"guid": "",
"msgData": {
"fileMd5": "{{fileMd5}}",
"fileHttpUrl": "{{fileHttpUrl}}"
},
"type": 29
}
}'{}