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