Function breez_sdk_core::post_and_log_response

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