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": {
"gotifyUrl": "string",
"gotifyToken": "string",
"gotifyPriority": 0,
"type": "ntfy",
"goCqHttpBotUrl": "string",
"goCqHttpBotToken": "string",
"goCqHttpBotQq": 0,
"serverChanKey": "string",
"pushDeerKey": "string",
"pushDeerUrl": "string",
"barkPush": "string",
"barkIcon": "string",
"barkSound": "string",
"barkGroup": "string",
"barkLevel": "string",
"barkUrl": "string",
"barkArchive": "string",
"synologyChatUrl": "string",
"telegramBotToken": "string",
"telegramBotUserId": "string",
"telegramBotProxyHost": "string",
"telegramBotProxyPort": "string",
"telegramBotProxyAuth": "string",
"telegramBotApiHost": "string",
"dingtalkBotToken": "string",
"dingtalkBotSecret": "string",
"weWorkBotKey": "string",
"weWorkOrigin": "string",
"weWorkAppKey": "string",
"aibotkKey": "string",
"aibotkType": "string",
"aibotkName": "string",
"iGotPushKey": "string",
"pushPlusToken": "string",
"pushPlusUser": "string",
"pushplusTemplate": "string",
"pushplusChannel": "string",
"pushplusWebhook": "string",
"pushplusCallbackUrl": "string",
"pushplusTo": "string",
"wePlusBotToken": "string",
"wePlusBotReceiver": "string",
"wePlusBotVersion": "pro",
"emailService": "string",
"emailUser": "string",
"emailPass": "pro",
"emailTo": "string",
"pushMeKey": "string",
"pushMeUrl": "string",
"webhookMethod": "GET",
"webhookContentType": "text/plain",
"webhookUrl": "string",
"webhookHeaders": "string",
"webhookBody": "string",
"chronocatURL": "string",
"chronocatQQ": "string",
"chronocatToken": "string",
"ntfyUrl": "string",
"ntfyTopic": "string",
"ntfyPriority": "string",
"ntfyToken": "string",
"ntfyUsername": "string",
"ntfyPassword": "string",
"ntfyActions": "string"
}
}'