{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"execConvertingCallback": "string",
"publishType": 0
}
curl --location --request POST '/blackHole3D/project/pointCloudFile/addToConvertQueue' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"execConvertingCallback": "string",
"publishType": 0
}'
{
"isSuccess": true,
"errMsg": "string",
"data": {
"isSuccess": true,
"errMsg": "string",
"status": 0,
"waitCount": 0
}
}