{
"id": 0,
"unionId": "string",
"openId": "string",
"content": "string",
"weight": 0,
"resource": 0,
"createTime": "string",
"updateTime": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/user/sensitiveSetting/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"unionId": "string",
"openId": "string",
"content": "string",
"weight": 0,
"resource": 0,
"createTime": "string",
"updateTime": "string"
}'
{
"code": 0,
"msg": "添加成功",
"data": null
}