prefix('v1')->group(function () { Route::apiResource('chatbot', ChatbotController::class)->names('chatbot'); });