handleNotification($request->rawBody()); return json($service->notificationResponse(true)); } catch (\Throwable $e) { return json($service->notificationResponse(false)); } } }