{
"isDefault": true,
"userId": "string",
"workgroupId": "string"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/views/single/' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDefault": true,
"userId": "string",
"workgroupId": "string"
}'
{
"id": "string",
"entity": "Leads",
"isDefault": true,
"tabs": [
{
"id": "string",
"name": "string",
"widgets": [
{
"id": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
]
}
],
"userId": "string",
"workgroupId": "string",
"createdBy": "string",
"lastModifiedBy": "string"
}