Hi community, not getting one thing…I tried to call a public endpoint https://dummyjson.com/products to get the JSON data as response but when response is printed on comments, it just showed [object][object] while the same endpoint when called on Postman, it gave me correct JSON…what I am missing here?
Use JSON.stringify([response])
