Motivation:
When creating entities, we must be able to delete() or update() applications in the database. We need to create routes that do these jobs.
Acceptance Criteria:
- Create an API route that updates the site supervisor (PATCH ROUTE)
- Create an API route that updates the start date (PATCH ROUTE)
- Create an API route that updates the end date (PATCH ROUTE)