Crowdin API has a set of endpoints to manage user report settings templates. We need to add support for these in the Crowdin API clients. We could probably reuse some of the existing 'Report Setting Templates' code. **References:** - [List User Report Settings Templates](https://support.crowdin.com/developer/api/v2/#tag/Reports/operation/api.users.reports.settings-templates.getMany) - [Add User Report Settings Template](https://support.crowdin.com/developer/api/v2/#tag/Reports/operation/api.users.reports.settings-templates.post) - [Get User Report Settings Template](https://support.crowdin.com/developer/api/v2/#tag/Reports/operation/api.users.reports.settings-templates.get) - [Delete User Report Settings Template](https://support.crowdin.com/developer/api/v2/#tag/Reports/operation/api.users.reports.settings-templates.delete) - [Edit User Report Settings Template](https://support.crowdin.com/developer/api/v2/#tag/Reports/operation/api.users.reports.settings-templates.patch)