{
"movedTopLevelId": "698bc37e-69d3-4b62-bb7b-f4625299f90c",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b"
}
curl --location --request PUT '/blackHole3D/project/sceneTree/dataSetTree/moveTo' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"movedTopLevelId": "698bc37e-69d3-4b62-bb7b-f4625299f90c",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b"
}'
{
"isSuccess": true,
"errMsg": "string"
}