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