Add wrapper around `GET /organizations/{organization_id}/workspaces/statistics` 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, update existing ones if necessary - Add unit tests - Add integration tests [Documentation](https://engineering.toggl.com/docs/api/organizations#get-statistics-for-all-workspaces-in-the-organization)