{
"nodeIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"coordinates": "string"
}
curl --location --request PUT '/blackHole3D/project/modelTree/updateCoordinates' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nodeIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"coordinates": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}