If you are executing a REST operation that requires a body, you can paste it into the Request Body input. So for instance, the creation of a NFS share.
Creation of a NFS share is a POST operation with a resource URI of /file-systems with a JSON body of {"name":"myNFS"}.
The workflow logs the response: