Validate credentials
Validate sandbox credentials against the current v2.1 reference host, then keep the base URL configurable for production handoff.
curl --request GET "https://api.finexio-stage.com/v2/counterparties/" \
--header "Authorization: Basic <base64 credentials>"
# Credential-validation use only; confirm production host during onboarding.