public async Task <ActionResult <Korisnik> > PostKorisnika(Korisnik korisnik) { service.dodajKorisnika(korisnik); return(korisnik); }