Display HTTP GET result

thanks.
I got the first query working which returns an HTTP 200 and some data of the form request, result etc. result is a JSON that I’d liek to display. The name of my query is callled “token” but doing {{ token.data }} still evaluates to null even though the query seems to finish successfully.