pub fn create_request<'a>( title: &'a str, description: Option<&'a str>, tags: Option<&'a Vec<String>>, ) -> Request<'a>