Calling getCustomersByEmail("an email address") in customerio-node returns 400 Bad Request even with a valid email. Inspection shows the query parameters are dropped: the SDK issues GET /v1/customers instead of GET /v1/customers?email=an email address, so the API rejects the request. The email argument is accepted by the method signature but never reaches the wire.