Recommended tools
- curl – test straight from the terminal
- Postman – Collections, Environments, Test Scripts
- Insomnia – an alternative API client
text
# Windows PowerShell
curl.exe -X GET "https://api.example.com/health" -H "Accept: application/json"🎯 Result{ "status": "ok", "uptime": 10234 }