Necessary endpoints (available on free plan): - GET/PUT `/me` - Returns details for the current user. Returns huge response, which requires a lot of `pydantic` schemas for mostly all `toggl` entities - GET `/me/organizations` - GET/POST `/organizations` - GET/PUT `/organizations/{organization_id}` - [ ] Cover new logic with tests and type annotations [API documentation](https://engineering.toggl.com/docs/api/organizations)
Necessary endpoints (available on free plan):
GET/PUT
/me- Returns details for the current user. Returns huge response, which requires a lot ofpydanticschemas for mostly alltogglentitiesGET
/me/organizationsGET/POST
/organizationsGET/PUT
/organizations/{organization_id}Cover new logic with tests and type annotations
API documentation