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