IAV-1273/feat(n8n-path): add WhatsApp client-id existence check URL builder
Summary
Adds buildCheckWhatsappClientIdExistsUrl to N8nCoreServicePath,
a static helper that constructs the URL used to verify whether a
given WhatsApp clientId already exists.
Changes
-
N8nCoreServicePath.java— new static methodbuildCheckWhatsappClientIdExistsUrl(String clientId)under the Credential Endpoints section; returns/credential/check-whatsapp-client-id?clientId={clientId}.