raw paste URL is the default.
formatted paste view is at
/view/<id>.
delete only works from a browser that has the token saved locally.
commands
curl -sS https://p.m4tthew.org/api/paste \
-H 'Content-Type: application/json' \
-d '{"content":"hello world","language":"text"}'
curl -sS https://p.m4tthew.org/AmberWillow
open https://p.m4tthew.org/view/AmberWillow
curl -sS https://p.m4tthew.org/api/files \
-F file=@./example.txt \
-F expires_in=3600