Open channel

curl contact

Compose a request — it opens your mail client with the payload ready to send.

HTTP/1.1 200 channel-open

POST /api/contact — compose payload

$ curl -X POST https://amirmaghami.ir/contact \
  -H "Content-Type: application/json" \
  -d '{
  "from": "you@email.com",
  "subject": "Hello Amir",
  "message": "…"
}'