This feature request is to add the functionality to update the details of a team by making a POST request to the /api/teams/:teamId endpoint.
This will involve:
- Creating the necessary data models for the request and response.
- Updating the API service to include the new endpoint.
- Implementing the UI to allow users to update team details.