during the call: with RestClientPE(base_url=url) as rest_client: rest_client.api_key_login(api_key) controllers were initialized from CE version instead of PE.
during the call:
with RestClientPE(base_url=url) as rest_client:
rest_client.api_key_login(api_key)
controllers were initialized from CE version instead of PE.