{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetStatus": [
0
]
}
curl --location --request POST '/blackHole3D/project/modelVisualize' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetStatus": [
0
]
}'
{
"dataSets": [
{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"version": 0,
"nodeName": "string",
"fileResourceId": "string",
"fileName": "string",
"fileTotalSize": 0,
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"userName": "string",
"dataType": 0,
"resourcesAddress": "string"
}
],
"scenes": [
{
"sceneId": "6ed066d9-2daf-493b-8760-26bb10c4fec5",
"sceneName": "string",
"dataSets": [
{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"nodeName": "string",
"dataType": 0,
"resourcesAddress": "string",
"scale": "string",
"rotate": "string",
"translation": "string"
}
]
}
]
}