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