pub async fn post_and_log_response( url: &str, body: Option<String>, ) -> Result<String, ServiceConnectivityError>