How to create a flow run from deployment (orchestrator pattern)?

if it’s triggered from the same server, perhaps it’s then easier to trigger it via a subprocess call? the command to do it:

prefect deployment run flow_name/deployment_name

doing it via REST can be tricky to pass the flow_data blob correctly