{
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc"
}
curl --location --request POST '/blackHole3D/project/modelFile/v3/getViewSheetInfo' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc"
}'
{
"isSuccess": true,
"errMsg": "string",
"data": [
{
"key": "string",
"value": "string"
}
]
}