Build endpoint to create a workflow template
Depends #875 (closed)
A new endpoint CreateProcessTemplate should be created as POST on /api/v1/dataimport/<id>/template only requesting the user for a name (as string).
The endpoint should copy all the worker runs content from the source template (from url id) onto the newly created one.
The endpoint should finally serialize the newly created workflow