{
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/views/preview//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
}