I am trying to retrieve the list of models using the Anaplan API, but I can only get the model list for the default tenant. Is there a way to switch tenants using the API only?
Additional Information:
・API Version: Integration API v2.0
・Authentication Method: Basic Authentication
・API Request
c url -X POST --user {user}:'{password}' https://auth.anaplan.com/token/authenticate
c url -X GET https://api.anaplan.com/2/0/models -H 'Authorization: AnaplanAuthToken {anaplan_auth_token}'