Implement functionality for sending the following requests to the backend: - [ ] `start` - [ ] `points` - [ ] `auth` - [ ] `general interrogation` (`requestAll`) ``` final jdsService = jdsService(); final cache = Cache(jdsService.stream); final dsClient = DsClient(cache); ```
Implement functionality for sending the following requests to the backend:
startpointsauthgeneral interrogation(requestAll)