pub fn format_payload_too_large() -> Value
Build a JSON error body for payloads that exceed the size limit.
Returns { "error": "Payload too large" }.
{ "error": "Payload too large" }
Internally constructs an ErrorBody and serializes it.
ErrorBody