{
"folderId": "string",
"objectId": "string",
"tag": "string",
"property": "string"
}
curl --location --request POST '/zt/api/v1/data/file/folder/mount' \
--header 'Content-Type: application/json' \
--data-raw '{
"folderId": "string",
"objectId": "string",
"tag": "string",
"property": "string"
}'
{
"data": {
"id": "",
"latestVersionNum": 0
},
"code": 0,
"msg": ""
}