{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"location": {
"coord": "string",
"cityName": "string",
"streetName": "string"
},
"overview": "string",
"thumbnail": "string"
}
curl --location --request PUT '/blackHole3D/project/v3/update' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"location": {
"coord": "string",
"cityName": "string",
"streetName": "string"
},
"overview": "string",
"thumbnail": "string"
}'
{
"isSuccess": true,
"errMsg": "string"
}