{
"fileKey": "string",
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
"fileDataId": "8cf21c27-4f57-49cd-8ba7-e1d3b0e83618"
}
curl --location --request POST '/blackHole3D/project/componentLibrary/v3/private/pause' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileKey": "string",
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
"fileDataId": "8cf21c27-4f57-49cd-8ba7-e1d3b0e83618"
}'
{
"isSuccess": true,
"errMsg": "string"
}