{
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"dataSets": [
{
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"dataSetType": 0
}
]
}
curl --location --request POST '/blackHole3D/project/sceneTree/v3/addDataSetNodes' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"dataSets": [
{
"parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"dataSetType": 0
}
]
}'
{
"isSuccess": true,
"errMsg": "string"
}