In this example, we're using the JSON Placeholder API to test the GET /photos endpoint.
We can also change the Text on the button to something more specific to the API.
<OpenPlaygroundButton server="https://jsonplaceholder.typicode.com" url="/photos" method="GET"> Test Photos Endpoint</OpenPlaygroundButton>