{
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"sceneName": "string",
"coordinates": "string"
}
curl --location --request PUT '/blackHole3D/project/scene/v3/duplicate' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"sceneName": "string",
"coordinates": "string"
}'
{
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"sceneName": "string",
"dataSetTreeId": "c44eb895-903d-4d77-b3c7-22f28057b3ce",
"componentTreeId": "b612d257-54ee-49c5-80d5-ae61249f49ef"
}