http
GET /api/reports/complex HTTP/1.1
Host: api.example.com
HTTP/1.1 504 Gateway Timeout
Content-Type: application/json
{
"error": "gateway_timeout",
"message": "Backend did not respond within 60 seconds",
"suggestion": "Try a more specific date range or use async report generation",
"async_endpoint": "POST /api/reports/async"
}