{
"projectId": "string",
"propertyList": [
{
"propertyName": "string",
"propertyValue": "string"
}
]
}
curl --location --request POST '/zt/api/v1/project/property/mount' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"propertyList": [
{
"propertyName": "string",
"propertyValue": "string"
}
]
}'
{
"data": {
"message": ""
},
"code": 0,
"msg": ""
}