GET https://api.example.com/user/1
{
"id"
:
1
,
"name"
:
"Max"
,
"email"
:
"max@hdm.de"
}
↓ await response.json() → ins DOM rendern
Max
max@hdm.de