I use Laravel as tool for building RESTful application.
There is an end-point /settings/update that takes JSON of user settings.
I send to this address data in JSON format.
How to handle this data in Request $request?
So, I can not refer to property as: $request->notifications