Python
import requests url = "https://{FUSION HOST}/api/" payload = {} headers = {"Content-Type": "application/json"} response = requests.post(url, json=payload, headers=headers) print(response.json())
Create the initial password for the admin user.
admin
Created
Was this page helpful?