Create instance with trait

POST {{workspace-service-endpoint}}/api/v1/workspace/types/{{workspace_type_employee_l10n}}/templates/{{workspace_template_employee_eu}}/instances

Request Body

{"root_name"=>"Kristen Fischer", "root_display_name"=>"Kristen Fischer", "properties"=>{"{{attribute_l10n.first_name.name}}"=>"Kristen", "{{attribute_l10n.last_name.name}}"=>"Fischer", "{{attribute_l10n.gender.name}}"=>"Female"}, "traits"=>{"{{subscription_namespace_prefix}}_responsible_person"=>{"responsible_person"=>{"first_name"=>"Kate", "last_name"=>"Miller"}}}}