I'm trying to extract the full body content sent in a POST action to a service that i've published. For verification purposes i require to encrypt the entire body with SHA1 and compare it to a header that was sent along.
If I use serializeObjectToJSON on the initial object passed into the microflow. It only extracts one level as JSON.
How could I get all the contents?