curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/corpgroup/corp/gettoken?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpid": "wwabc",
"business_type":1,
"agentid": 1111
}'
{
"errcode": 0,
"errmsg": "ok",
"access_token": "accesstoken000001",
"expires_in": 7200
}