As you said that getDescription function just returns a string, so you
can do something like this async functiongetDescription(id){ const
request = await
fetch(`https://api.rawg.io/api/games/${id}?key=${apiKey}`) const
response = await request.json()...
1 Use the clientReferenceInformation > transactionId field. You can see
this in the playground with a request body like:{
"clientReferenceInformation": { "code": "TC50171_3", "transactionId":
"465465411adfasdfsdf" }, "processingInformation": { "recon...