{
"entity": "string",
"defaultDesigns": [
{
"id": "string",
"desingType": "List"
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/designer/UserDefault/' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": "string",
"defaultDesigns": [
{
"id": "string",
"desingType": "List"
}
]
}'
{}