Solution:
This will decode the http request json payload.
$data = json_decode($request->getContent(), true);