curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/wedrive/space_create?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"space_name": "SPACE_NAME",
"auth_info": [{
"type": 1,
"userid": "USERID",
"auth": 7
}, {
"type": 2,
"departmentid": "DEPARTMENTID",
"auth": 1
}],
"space_sub_type": 0
}'{
"errcode": 0,
"errmsg": "ok",
"spaceid": "SPACEID"
}