Trying to kick off an Architect flow from my Android app using POST /api/v2/flows/executions. The flow starts fine but the custom data I’m passing in the JSON body isn’t showing up in the {{flow.customData}} attributes. Here’s the payload I’m sending:
{"customData": {"userId": "12345", "source": "android"}}
Is there a specific header or auth scope required to actually inject this data into the flow context?