- [ ] Switch all requests to POST by default (especially if Bitrix doesn't cache GET requests which I doubt they do) - [x] Move to `got` v11 - [ ] Simplify services by using generics. Adding new methods should be as easy as `call<Leads>(params)` - [ ] Implements tests for file uploads