middleware('throttle:30,1') ->name('api.lot'); Route::post('/webhooks/shopify/orders-paid', [ShopifyWebhookController::class, 'ordersPaid']) ->middleware(VerifyShopifyWebhook::class);