HTTP Client
Test HTTP requests directly in the browser. Send GET, POST, PUT, PATCH, DELETE requests, view responses, and generate code snippets in cURL, Fetch, Python and PHP.
This method does not support a request body.
curl -X GET \ -H 'Content-Type: application/json' \ 'https://example.com/api'