API: Install Flows and Modules automated via API Requests

@colin0031
Thank you for your reply.
When I import a new flow with an node that is not yet installed, the packag.json does not contain the node_module name. The node module name will be written to the package.json after installation via npm or palette module manager. This is exactly the step I try to automate. But it looks like i have to declare the module names separately.