CHW-4942 CLIDeviceCodeInvalid

missing or invalid device_code

Default message: missing or invalid device_code
HTTP status: 400 (client)

Problem. /device/poll received an empty or non-hex device_code query parameter. Cause. Caller built the URL incorrectly. Fix. Pass the device_code returned by /device/init verbatim. HTTP 400.