Authorization: Bearer ********************
{
"name": "string",
"authority": "1",
"type": "1",
"modelId": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"modelGroupId": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"photoUrl": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"type": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"extensionData": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request POST '/api/services/app/design/viewPoint/cr' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"name": "string",
"authority": "1",
"type": "1",
"modelId": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"modelGroupId": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"photoUrl": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"type": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"extensionData": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'