SyntaxFix
Write A Post
Hire A Developer
Questions
Symfony doc to get request data
Finally, the raw data sent with the request body can be accessed using getContent():
$content = $request->getContent();