Try $request->getParsedBody() instead of $response->getParsedBody().
You can find an example in the tutorial on handling POST data.
Try $request->getParsedBody() instead of $response->getParsedBody().
You can find an example in the tutorial on handling POST data.