{
"groupUserIds": [
"string"
]
}curl --location --request POST '/user/org-position-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupUserIds": [
"string"
]
}'[
{
"id": "",
"name": "",
"accountId": "",
"organizations": [
{
"orgId": "",
"orgName": "",
"positions": [
{
"positionId": "",
"positionName": ""
}
]
}
]
}
]