{ "auth_corpid": "auth_corpid_value", "permanent_code": "code_value" }
curl --location --request POST 'http://127.0.0.1/cgi-bin/service/get_corp_token?suite_access_token=suite_access_token' \ --header 'Content-Type: application/json' \ --data-raw '{ "auth_corpid": "auth_corpid_value", "permanent_code": "code_value" }'
{ "errcode": 0, "access_token": "string", "errmsg": "string", "expires_in": 0 }