'Anonymous test endpoint', 'token' => $token, 'token_hash' => WebhookEndpoint::tokenHash($token), 'is_public' => true, 'expires_at' => now()->addDays((int) config('webhooks.anonymous_ttl_days', 7)), 'response_headers' => ['Content-Type' => 'application/json'], 'response_body' => '{}', ]); } }