Test REST API endpoints directly in your browser — like a lightweight Postman. Set the method, headers, and body, and inspect the formatted response.
One header per line, format: Key: Value
fetch() — subject to the target API's CORS policy. Some APIs will block cross-origin browser requests; use an API that allows CORS (like the pre-filled example) to test freely.