http
POST /api/files HTTP/1.1
Host: api.example.com
Content-Type: multipart/form-data
Content-Length: 104857600
[100MB file data]
HTTP/1.1 413 Payload Too Large
Content-Type: application/json
{
"error": "payload_too_large",
"message": "File size exceeds maximum limit",
"uploaded_size": 104857600,
"max_size": 52428800,
"max_size_human": "50MB"
}