curl --location --request GET '/blackHole3D/project/versionContrast/list' \
--header 'Authorization: {{token}}'
{
"isSuccess": true,
"errMsg": "string",
"data": {
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"dataSetId": "4d7600aa-4d53-4144-aa57-ce0c5b68b1da",
"fromVersion": 0,
"toVersion": 0,
"status": 0,
"contrastTime": "2019-08-24T14:15:22Z",
"versionDesc": "string",
"statusDes": "string"
}
],
"totalCount": 0
}
}