{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"projName": "string"
}
curl --location --request POST '/blackHole3D/project/v3/list' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"projName": "string"
}'
[
{
"lastModificationTime": "2019-08-24T14:15:22Z",
"creationTime": "2019-08-24T14:15:22Z",
"projId": "5effe21d-87c1-4f25-956a-63877466b586",
"projName": "string",
"projectShareType": 0,
"location": {
"coord": "string",
"cityName": "string",
"streetName": "string"
},
"overview": "string",
"thumbnail": "string",
"creatorName": "string"
}
]