because that I put the image of postman arrives me the object of array from angular and I want to select only the last one
This is my lumen code I've tried with this but I get an error it may be from the library but I do not know
use Illuminate\Support\last;
$data =$request->json()->All()->last();
return response()->json([$data],200)
Postman
what the laravel lumen backend responds to