pub async fn parse_body<T>(req: Request<Body>) -> Result<T, Error>where for<'de> T: Deserialize<'de> + Send + 'static,
Parse request body