validated(); $updated = $service->handle($movie, $data); return response()->json([ 'status' => 'ok', 'movie' => $updated, ]); } }