[
{
"type": "string",
"name": "string",
"label": "string"
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/designer/CustomFields' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"type": "string",
"name": "string",
"label": "string"
}
]'
{}