{
"fileName": "string",
"fileSize": 0,
"blobCount": 0,
"blobSize": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"nodeId": "959356e3-6168-4a92-b4a5-b9d462be6177",
"isOverWrite": true
}
curl --location --request POST '/blackHole3D/project/demFile/v3/createInFolder' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "string",
"fileSize": 0,
"blobCount": 0,
"blobSize": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"nodeId": "959356e3-6168-4a92-b4a5-b9d462be6177",
"isOverWrite": true
}'
{
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"fileDataId": "8cf21c27-4f57-49cd-8ba7-e1d3b0e83618",
"fileKey": "string"
}