{ "tmp_auth_code": "xxxx" }
curl --location --request POST 'http://127.0.0.1/service/get_permanent_code?suite_access_token=6ed1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "tmp_auth_code": "xxxx" }'
{ "auth_corp_info": { "corpid": "string", "corp_name": "string" }, "permanent_code": "string", "errmsg": "string", "errcode": 0 }