curl --location 'https://qyapi.weixin.qq.com/cgi-bin/wedrive/mng_pro_info?access_token=ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"userid": "USERID"
}'{
"errcode": 0,
"errmsg": "ok",
"is_pro": true,
"total_vip_acct_num": 10,
"use_vip_acct_num": 5,
"pro_expire_time": 1754827419
}