{
"list": [
{
"templateId": 0,
"display": true,
"orderBy": 0
}
]
}curl --location --request POST '/user/book/template/switch/control' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"templateId": 0,
"display": true,
"orderBy": 0
}
]
}'{
"code": 0,
"msg": "",
"data": false
}