404 calling shared flow via Data Action in Architect

Trying to reuse a validation flow across inbound queues using a Data Action. I’m using the flow:start action with the target flow ID, but it returns a 404 Not Found. Here’s the JSON payload I’m sending: {"flowId": "8c9d-4e5f-6a7b-8c9d0e1f2a3b", "inputs": {"phoneNum": "5550123456"}}. The flow exists and is published. What am I missing?