Authorization: Bearer ********************curl --location --request GET '/erq/depts?deptid&parent_deptid&child_deptid&keyword&is_user_count&limit&offset' \
--header 'Authorization: Bearer <token>'{
"depts": [
{
"department_id": 0,
"entid": 0,
"name": "string",
"pid": 0,
"tags": [
{
"departments": [
{}
],
"indirect": true,
"name": "string",
"pid": 0,
"remote_count": 0,
"tagid": 0,
"userid": 0,
"has_children": true,
"has_grant_action": true
}
],
"user_count": 0
}
],
"total": 0
}