### For Write operations (POST, PUT)
- **Always use static response first**
- Verify request payload structure
- Check response for success confirmation
- Test error scenarios with invalid data

