pub async fn http_post<U: AsRef<str>, B: Into<Body>>( url: U, body: B, ) -> Result<String>
Performs an HTTP POST request and returns the response.