curl --location 'https://qyapi.weixin.qq.com/cgi-bin/wedoc/doc_share?access_token=ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"docid":"DOCID",
"formid": "FORMID"
}'{
"errcode": 0,
"errmsg": "ok",
"share_url": "URL1"
}