Add wrapper around GET /me/workspaces
Necessary steps:
- Check endpoint with all possible request body fields locally to find out if documentation is up-to-date
- Develop logic for endpoint based on similar methods
- Add necessary
Pydantic schemas
- Add unit tests
- Add integration tests
Documentation