Admin
Set up initial admin account
Creates the first admin account. This endpoint is only available when no admin exists in the system.
post/api/admin/setup
Request body
Example request
{
"username": "admin",
"password": "password123",
"email": "admin@example.com"
}Response
Admin account created successfully