Is it possible to turn API on for every new user?
I am using CURL api to create new website as below.
curl --include \
–request POST \
–header “Content-Type: application/json” \
–data-binary “{
"adminUser": "admin",
"adminPass": "1234567",
"domainName": "cyberpanel.net",
"ownerEmail": "info@cyberpanel.net",
"packageName": "Default",
"websiteOwner": "newowner",
"ownerPassword": "password"
}” \
‘https://talkshosting.com:8090/api/createWebsite’