{
"name": "string"
}curl --location --request POST 'http://localhost:8100/layouts/layouts' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"code": 0,
"result": {
"id": "string",
"uid": "string",
"name": "string",
"createdAt": "string",
"updatedAt": "string"
},
"error": "string"
}