Create workspace template (minimum)
POST {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee}}/templates
Request Body
{"display_name_multilingual"=>{"en"=>"Employee North America"}, "case_model"=>{"root_case_node"=>{"display_name"=>"Employee North America", "child_nodes"=>[{"display_name"=>"010 Hiring & Onboarding", "child_nodes"=>[{"display_name"=>"010.010 Application and Selection", "child_nodes"=>[{"display_name"=>"Application and Selection Documents", "category"=>"file", "object_type"=>"cms_file"}]}, {"display_name"=>"010.020 Onboarding", "child_nodes"=>[{"display_name"=>"Onboarding Documents", "category"=>"file", "object_type"=>"cms_file"}]}]}]}}}