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