Logs user into the system
Parameters
Returns
str
Logs user into the system
import os
from maxf_docs_dev_7 import MaxfDocsDev7
client = MaxfDocsDev7(
api_key=os.environ.get("PETSTORE_API_KEY"), # This is the default and can be omitted
)
response = client.users.login()
print(response)"string"Returns Examples
"string"