The basics are trivial to implement for get calls, endpoints I've found:
cozify.hub_api.get('/hub/users', **kwargs)
cozify.hub_api.get('/rooms', **kwargs)
cozify.hub_api.get('/zones', **kwargs)
All of them probably support also post calls for adding items but that could be left to a follow up PR. I don't have the time to implement these right now but the get calls are trivial so a good first issue for anyone wanting to contribute. I'll also get to them eventually.