What is the recommend method for initiating a workflow with a complex object via REST? I’ve been able to start a process via REST with a simple Type / Value JSON structure, but my real world data structures are very complex. Should I be trying to use SPIN? Any examples? Thanks