{
"tplId": "string",
"itemVals": [
{
"itemVal": "string"
}
]
}curl --location --request POST '/api/admin/cus/tpl/item/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"tplId": "string",
"itemVals": [
{
"itemVal": "string"
}
]
}'{"code":200,"message":"操作成功","data":null}