{
"id": 0,
"status": 0
}curl --location --request POST '/api/admin/cus/tpl/status/update' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"status": 0
}'{
"code": 200,
"message": "操作成功",
"data": null
}