pub fn format_utf8_error() -> Value
Build a JSON error body for invalid UTF-8 payloads.
Returns { "error": "Invalid UTF-8" }.
{ "error": "Invalid UTF-8" }
Internally constructs an ErrorBody and serializes it.
ErrorBody