New endpoint : POST /v4/productTemplates/{templateId}/milestones/clone
Payload:
{ param: { sourceTemplateId: 123 } }
It should clone all the template from template identified by sourceTemplateId to the template identified by templateId.
Deliverables: PR with following changes
- Updated source code
- Unit tests for the new endpoint
- Updated Swagger doc
- Updated Postman collection
fyi @coderReview @RishiRajSahu