http
GET /api/protected HTTP/1.1
Host: api.example.com
Authorization: Bearer eyJhbGc...expired_token
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Bearer realm="API", error="invalid_token", error_description="Token expired"
Content-Type: application/json
{"error": "token_expired", "message": "JWT expired at 2025-10-01T10:00:00Z"}