public void Put([FromBody] OrganizationDTO model) { _organizationAppService.UpdateOrganization(model, UserId); }