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