{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"fileNames": [
"string"
]
}
curl --location --request POST '/blackHole3D/project/engine/v3/room/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"fileNames": [
"string"
]
}'
[
{
"hostFileId": "string",
"hostFileName": "string",
"elementIntIds": [
0
],
"rooms": [
{
"nodeId": "string",
"nodeName": "string",
"nodes": [
{}
]
}
]
}
]