http
POST /api/reports HTTP/1.1
Host: api.example.com
Authorization: Bearer user_token
HTTP/1.1 429 Too Many Requests
Retry-After: Mon, 02 Oct 2025 00:00:00 GMT
Content-Type: application/json
{
"error": "daily_quota_exceeded",
"message": "You have used all 10 report generations for today",
"quota": 10,
"used": 10,
"reset": "2025-10-02T00:00:00Z",
"upgrade": "https://billing.example.com/upgrade"
}