### Description This ticket is to create a backend endpoint to set the status of a design review. ### Acceptance Criteria - [ ] it should be on the route '/design-reviews/:designReviewId/set-status' - [ ] it should take in a DesignReviewStatus in the body - [ ] You should verify that the design review exists and isn't deleted - [ ] manually test on Postman and include screenshots of the query result ### Proposed Solution Look at other endpoints for examples
Description
This ticket is to create a backend endpoint to set the status of a design review.
Acceptance Criteria
Proposed Solution
Look at other endpoints for examples