Create instance with properties

POST {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee}}/templates/{{workspace_template_employee_na}}/instances

Request Body

{"root_name"=>"Kate Miller", "root_display_name"=>"Kate Miller", "properties"=>{"{{attribute.first_name.name}}"=>"Kate", "{{attribute.last_name.name}}"=>"Miller", "{{attribute.gender.name}}"=>"Female"}}