{
"sceneIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}curl --location --request POST '/blackHole3D/project/dataSetMigration/v3/export/scene/check' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sceneIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'{
"isSuccess": true,
"effectiveItems": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
],
"unEffectiveItems": [
{
"status": 0,
"statusDesc": "string",
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
]
}
]
}