```cs string url = "Read/GetPost?postid=" + postid; var apiResponse = await _httpClient.GetFromJsonAsync<>(url); ``` What should I write inside the getfromjsonasync?