Backing Up Your Workflows/Shortcuts: rosemaryorchard.com
@rosemaryorchard A little off-topic, but I wonder if you've found a way to send a JSON array in a POST request? (At top level, not inside a dictionary.) It's not officially supported and I'm going nuts trying to figure it out. Seems like if it's possible, you would know!
@belle I believe you have to build the whole dictionary in the request body which is a bit of a pain.
@rosemaryorchard Ah okay. I still couldn't get an array at the top level instead of a dictionary when doing it that way but I'll keep exploring. Thank you!