RETURN JSON en el middleware Laravel

abort(response()->json('Unauthorized', 403));
Cloudy Cockroach