(defcomp () (div (~tw :tokens "space-y-3") (button :sx-get "/sx/(geography.(hypermedia.(reference.(api.echo-headers))))" :sx-headers {:X-Request-Source "demo" :X-Custom-Token "abc123"} :sx-target "#ref-headers-result" :sx-swap "innerHTML" (~tw :tokens "px-4 py-2 bg-violet-600 text-white rounded text-sm hover:bg-violet-700") "Send with custom headers") (div :id "ref-headers-result" (~tw :tokens "p-3 rounded bg-stone-100 text-stone-400 text-sm") "Click to see echoed headers.")))