use App\Http\Controllers\ChatBotController; Route::post('/chatbot', [ChatBotController::class, 'chat']);