https://docs.ntfy.sh/publish/#__tabbed_1_3
example for bash:
printf "POST /mytopic HTTP/1.1\r\nHost: ntfy.sh\r\nContent-Length: 15\r\nConnection: close\r\n\r\nHello from TCP!" | nc ntfy.sh 80