curl --location --request GET 'http://prod-cn.your-api-server.com/v1/layers/template' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"code": 0,
"message": 0,
"data": [
{
"layout": [
{
"row": 0,
"column": 0,
"type": 0,
"isHide": 0
}
],
"margin": {
"top": 0,
"bottom": "string",
"left": "string",
"right": "string"
},
"cells": [
{
"row": 0,
"column": 0,
"rowSpan": 0,
"columnSpan": 0,
"sourceType": 0,
"margin": {
"top": 0,
"bottom": "string",
"left": "string",
"right": "string"
}
}
],
"templateId": 0,
"templateIdObj": {
"id": 0,
"type": 0,
"moduleType": 0
},
"combinationData": [
{
"row": 0,
"column": 0,
"rowSpan": 0,
"columnSpan": 0
}
],
"radius": [
{
"sourceType": 0,
"minX": 0,
"minY": 0,
"maxX": 0,
"maxY": 0
}
]
}
]
}