### Problem Statement The 'analysis clone' features uses a Rest API. ### Acceptance Criteria The 'clone' feature works with a graphql mutation. ### Additional Information Rest Framework urls ``` method: POST url: api/v1/projects/<project_id>/analysis/<analysis_id>/clone/ request payload: ``` ``` { "title":"", "startDate":"", "endDate":"2024-12-19" } ```