curl --location --request PUT 'http://localhost:5600/open/system/notify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"notificationInfo": {}
}'
{
"code": 200
}