{
"userId": 0,
"content": "string",
"title": "string",
"isStrongTip": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/user/sendWarning' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"content": "string",
"title": "string",
"isStrongTip": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}