Maybe, via postman you're not passing request body as json. Try this in your controller:
$parameters = request()->json();
//access to parameters using $parameters->get("email")
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community