Crowdin has recently released new endpoints for the Applications API. We need to add support for them in the Crowdin API client as well. **API reference:** - [List Application Installations](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.getMany) - [Install Application](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.post) - [Get Application Installation](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.get) - [Delete Application Installation](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.delete) - [Edit Application Installation](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.patch)
Crowdin has recently released new endpoints for the Applications API. We need to add support for them in the Crowdin API client as well.
API reference: