{
"orgId": "string",
"positionCategoryIds": [
"string"
]
}curl --location --request POST '/position/list-by-categories' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgId": "string",
"positionCategoryIds": [
"string"
]
}'[
{
"id": "",
"name": "",
"dutyStructs": [
{
"code": "",
"name": ""
}
],
"customize": false,
"orgId": "",
"orgName": "",
"positionCategoryId": "",
"positionCategoryName": "",
"positionCategoryPath": ""
}
]