#[Post]
#[Post("/path")] — map a method (or free function) to an HTTP POST route.
#[Post("/path")]
POST