curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/wedrive/space_share?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"spaceid": "SPACEID"
}'{
"errcode": 0,
"errmsg": "ok",
"space_share_url": "SPACE_SHARE_URL"
}