'staff_3', 'requestData' => [] ]; } public function handler() { $apiList = APIKey::getAll(); Response::respondSuccess($apiList->toArray()); } }