# One-line (works anywhere) curl -X POST "https://paste.su/dev" -H "Authorization: Bearer YOUR_API_TOKEN" -d "content=Hello&type=public&expiration=unlimited&paste_title=Bash" # Windows cmd multi-line: use ^ instead of \ # curl -X POST "https://paste.su/dev" ^ # -H "Authorization: Bearer YOUR_API_TOKEN" ^ # -d "content=Hello&type=public&expiration=unlimited&paste_title=Bash"