Hi,
I have switched from using php sandbox to php worker and now I'm getting the following error when calling $body = $request->getBody();
Call to undefined method Fusio\\Worker\\Generated\\Request::getBody()"
Seems to be undefined method when using php-worker implementation.
What is the proper way for accessing request body for post and get?
Appreciate your help and guidance..
Thanks,