{
"title": "string",
"code": "string",
"remark": "string",
"orderBy": 0,
"infoReqs": [
{
"name": "string",
"orderBy": 0,
"addBookTemplateInfoReqs": [
{}
]
}
]
}curl --location --request POST '/user/book/template/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"code": "string",
"remark": "string",
"orderBy": 0,
"infoReqs": [
{
"name": "string",
"orderBy": 0,
"addBookTemplateInfoReqs": [
{}
]
}
]
}'{
"code": 0,
"msg": "",
"data": false
}