{
"ids": [
"string"
],
"orgIds": [
"string"
],
"positionIds": [
"string"
]
}curl --location --request POST '/position-category/priority-permission-tree' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"orgIds": [
"string"
],
"positionIds": [
"string"
]
}'[
{
"id": "",
"name": "",
"type": "",
"parentId": "",
"children": [
{
"id": "",
"name": "",
"type": "",
"parentId": "",
"children": [
{
"id": "",
"name": "",
"type": "",
"parentId": "",
"children": []
}
]
}
]
}
]