{ "status": "0" }
curl --location --request POST 'http://127.0.0.1/topapi/union/cooperate/info/list?access_token=Be31xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "0" }'
{ "result": [ { "auth_level": 0, "userids": [ "string" ], "dept_ids": [ 0 ], "union_type": 0, "dept_name": "string", "dept_id": 0, "union_org_name": "string", "union_corp_id": "string" } ], "success": true, "errcode": 0, "errmsg": "string" }