{
"status": "success",
"message": "Created Successfully",
"data": {
"id": "abc123",
"name": "Main Section",
"meta_data": {
"description": "A reusable hero section component with title"
},
"field_types": [
{
"name": "title",
"type": "short_text",
"meta_data": {
"label": { "value": "Title" },
"tooltip": { "value": "The main heading for the hero section" },
"type": { "value": "input" }
},
"validations": {
"required": { "value": true },
"max_length": { "value": 100 }
},
"group_id": ""
}
],
"settings": {}
}
}