{
"id": "string",
"formType": "Main",
"rootGroupType": "Group",
"entity": "Leads",
"title": "string",
"groups": [
{
"type": "Group",
"title": "string",
"fields": [
{
"key": "string"
}
],
"groups": [
{}
]
}
]
}
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/form/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"formType": "Main",
"rootGroupType": "Group",
"entity": "Leads",
"title": "string",
"groups": [
{
"type": "Group",
"title": "string",
"fields": [
{
"key": "string"
}
],
"groups": [
{}
]
}
]
}'
{}