I´m splitting a large Workflow logic into different nested logic apps using the same Request Body JSON Schema, which represents a very large entity. The problem I´m having is that in the designer, when i select a Logic app to be called, I have to specified every single property of the json schema one by one, which is also error prone as some of the properties have similar names. Is there a way to send the complete body of the current logic app to the nested logic app?