A network engineer is learning about Rest APIs. When executing a particular API, the server responds with curl. How is this information useful?
- Curl shows the URL used in the API request.
- Curl shows how to access the content displayed in the response body using curl.
- Curl shows the information the API returned from the server.
- Curl shows the retrieved information in JSON format.