{}
curl --location 'http://127.0.0.1/service/get_corp_token' \ --header 'Content-Type: application/json' \ --data '{}'
{ "expires_in": 0, "access_token": "string", "errmsg": "string", "errcode": 0 }