curl --location --request GET '/api/datastat/GetStatConfig?statId=156'
{
"errcode": 0,
"errmsg": "string",
"result": {
"moduleList": [
{
"title": "string",
"type": "string",
"colSpan": "string",
"formKey": "string",
"key": "string",
"children": [
{}
]
}
]
}
}