pub fn create_post_request<IN>( url: &str, api_secret: Option<String>, input: &IN, ) -> Result<Request<Body>, Error>where IN: Serialize,