#[post_api]
#[post_api("path"[, attributes])]
"path"
#[post_api("/")] async fn example() -> impl IntoResponse { "hello world" }