post

const val post: String(source)

"hx-post" issues a POST to the specified URL.

<button hx-post="/account/enable" hx-target="body">
Enable Your Account
</button>

htmx.org/attributes/hx-post/