void callApi(){ StartCoroutine(FetchData((response, isSuccess) => { if (isSuccess) { Debug.Log(response); } })); }