{ "app_id": "123", "corpid_list": [ "ding123", "ding456" ] }
curl --location --request POST 'http://127.0.0.1/service/reauth_corp?suite_access_token=6ed1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "app_id": "123", "corpid_list": [ "ding123", "ding456" ] }'
{ "errmsg": "string", "errcode": 0 }