Notifications
To send a notification to yourself, you must POST this payload to our notify endpoint:
https://notify.commandcontrol.workers.dev
{
"targetApiKey": "${YOUR API KEY}",
"alertMessage": "Message content here",
"alertTitle": "Notification Title"
}