Validation checklist
- Use `Content-Type: application/json` for JSON payloads.
- Validate required fields before sending.
- Inspect response code + error message together.
Use this quick example to send JSON payloads and verify API responses.
POST https://api.example.com/orders
Content-Type: application/json
{"sku":"A-1","qty":1}