getParsedBody() of PATCH or PUT returns NULL in Slim 3

When I do var_dump($request->getParsedBody()), It returns null with PATCH or PUT. But POST method is able to return the request input. I’m using POSTMAN. Any help will be appreciated

1 Like