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