pub async fn get_traces_from_request_body<B>( body: B, ) -> Result<(usize, Vec<Vec<Span>>)>where B: Body, B::Error: Error + Send + Sync + 'static,
First value of returned tuple is the payload size