curl --location --request POST 'http://192.168.11.46:13000/fp/fpWarningTemplate/saveTemplateContent?request' \
--header 'Cookie: token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJMaWppYSIsInJuU3RyIjoiMlFHeEJiUUdxZ3FkcmVadlRnSkFXS2l4bXpVOXhXMVEifQ.xeVyZQtxFz_drz3AC6rfU3yHaJlZguJZPsVi8wzJ67A'
{
"code": 0,
"message": "string",
"exception": null,
"data": {
"id": "string",
"proId": "string",
"type": 0,
"content": "string",
"templateTags": "string"
}
}