pub async fn post_telemetry_report_pb( url: &str, report_body: Vec<u8>, ) -> Result<(), TelemetryError>
Sends a POST request of the telemetry reporting to a URL.
POST