helpers do
      def json_error!(msg, status)
        error!({ "error" => msg }, status)
      end