{ "dept_id":42xxxx36 }
curl --location --request POST 'http://127.0.0.1/topapi/v2/department/listparentbydept?access_token=bE74xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "dept_id":42xxxx36 }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "parent_id_list": [ 0 ] } }