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