{
"clientIp": "string",
"shareId": "6a9e781b-5ee2-4314-8665-1c09eed0443a",
"clientType": 0,
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",
"resourceName": "string"
}
curl --location --request POST '/blackHole3D/project/share/v3/read' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientIp": "string",
"shareId": "6a9e781b-5ee2-4314-8665-1c09eed0443a",
"clientType": 0,
"resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",
"resourceName": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}