package account // Customer Agent URLs. const ( CAAuthenticateURL = "/authenticate" CAProfileURL = "/user/profile" CAGetTokensURL = "/tokens" ) // Customer Hub URLs. const ( CHAuthenticateURL = "/v1/authenticate" CHUserProfileURL = "/v1/user_profile" )