'staff_1', 'requestData' => [] ]; } public function handler() { $banList = Ban::getAll()->toArray(); Response::respondSuccess($banList); } }