{
"fileName": "string",
"fileSize": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da"
}
curl --location --request POST '/blackHole3D/project/osgbFile/placeholder/rough/create' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileName": "string",
"fileSize": 0,
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da"
}'
{
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"savePath": "string"
}