{ "userid": "100" }
curl --location --request POST 'http://127.0.0.1/topapi/v2/department/listparentbyuser?access_token=bE74xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "userid": "100" }'
{ "errcode": 0, "request_id": "string", "errmsg": "string", "result": { "parent_list": [ { "parent_dept_id_list": [ 0 ] } ] } }