{
"dataSetIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"coordinates": "string",
"coordinatesType": "string",
"longitude": "string",
"latitude": "string",
"basePointType": "string",
"basePoint": "string",
"northAngle": "string"
}
curl --location --request PUT '/blackHole3D/project/modelTree/v3/setCoordinates' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataSetIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"coordinates": "string",
"coordinatesType": "string",
"longitude": "string",
"latitude": "string",
"basePointType": "string",
"basePoint": "string",
"northAngle": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}