{
"title": "string",
"templateId": 0,
"remark": "string",
"infoList": [
{
"title": "string",
"orderBy": 0,
"remark": "string",
"children": [
{}
]
}
]
}curl --location --request POST '/user/defined/insertUserDefinedTemplate' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"templateId": 0,
"remark": "string",
"infoList": [
{
"title": "string",
"orderBy": 0,
"remark": "string",
"children": [
{}
]
}
]
}'{
"code": 0,
"msg": "",
"data": false
}