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