public async Task PutUser(UpdateLoggedUserDto updateUser)
 {
     await _korisnikService.UpdateLoggedUser(updateUser);
 }