Tools အကြံပြု
- curl – Terminal မှ တိုက်ရိုက် စမ်းသပ်နိုင်
- Postman – Collection, Env, Test Scripts
- Insomnia – Alternative API Client
text
# Windows PowerShell
curl.exe -X GET "https://api.example.com/health" -H "Accept: application/json"🎯 Result{ "status": "ok", "uptime": 10234 }