http
POST /api/orders HTTP/1.1
Host: api.example.com
Content-Type: application/json
{"product_id": 42, "quantity": 2}
HTTP/1.1 500 Internal Server Error
Content-Type: application/json
X-Request-ID: xyz-789
{
"error": "server_error",
"message": "Unable to process request",
"timestamp": "2025-10-01T14:30:00Z"
}