Identify your Wizard client with the API.
Each client of the Wizard API must identify itself with a unique client ID, submitted in the
X-Wizard-Client-Type
header.
This ID is used to differentiate various client
implementations and to help manage compatibility and telemetry.
You can request a client ID via our Client Registration Form.
While not required, we encourage Wizard clients to include a User-Agent
header
describing the platform and client version.
This helps with debugging and support.
User-Agent: MyWizardClient/1.0 (Windows 10; Chrome 123)