Handling incoming dynamic JSON body from Rest API in Rust

Hello! I’m trying to figure out how I’m supposed to handle a dynamic document, for context I have an API that receives user data from 3 OAuth providers, which means each one models the data as they use it, I do not want to remodel and normalize it for now, so my plans were to send the incoming body from the request to the document, any ideas?