Hi,
We can access post data in controller something like this, $request = $this->di->get("request"); $data = $request->getJsonRawBody(); But is there any way to access POSt data in services.php. I wanted to access it in an event, if ($event->getType() == 'beforeDispatchLoop') {}
Thanks in advance.