class Grape::Exceptions::Validation

def as_json(*_args)

and headers when converting a validation error to json or string
Remove all the unnecessary stuff from Grape::Exceptions::Base like status
def as_json(*_args)
  to_s
end