Hello,
I am new to using the google ads api and I'm struggling on creating an account under my manager account. I'm using nodejs so I can't use any of the given libraries.
Hence, I have to be able to do this using REST methods only. Browsing the documentation, I understand that I have to use the `CustomerService` and the `CreateCustomerClientRequest` but I don't understand how I should get the route to that.
Reading the API call structure, I though the right route would be something like `/v1/customers/<MY_MANAGER_ID>/customer:create`
I'm authenticating just well and can execute queries successfully. But I can't get that route right
Thanks