{
"corpid": "CORPID1"
}curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/license/get_auto_active_status' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpid": "CORPID1"
}'{
"errcode": 0,
"errmsg": "ok",
"auto_active_status": 1
}