{
"corpid": "wwabc",
"business_type": 1,
"agentid": 1111
}curl --location --request POST 'http://127.0.0.1/cgi-bin/corpgroup/corp/gettoken?access_token=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
}