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