updatePositions on OrgChartNode).curl --location --request PUT 'https://api-dev.commandroom.ai/api/api/orgcharts/5/positions' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"id": 1,
"position": {
"x": 1.5,
"y": 1.5
}
}
]
}'{
"message": "Success.",
"updated": 1
}