API verificationSend GET request to
https://jsonplaceholder.typicode.com/users as you see it on the image below and verify next:
1. Correct data is coming backImagine that you work for Facebook, and you navigate to a friends page. All of this information will be coming through an API and then displayed to you in a browser. But what if developers haven't built UI yet? So what you do, is you send an API request and verify that the expected data is coming back in an expected format.