public async Task <IActionResult> AddFriend([FromBody] Friend friend) { var x = _korisnikService.AddFriend(friend); return(Ok(x)); }