InitializeSetupRequest
Initialize setup request - creates first admin user
emailstringrequired
Email address for the first admin user
passwordstringrequired
Password for the first admin user
usernamestringrequired
Username for the first admin user
InitializeSetupRequest
{
"email": "string",
"password": "string",
"username": "string"
}