# AuthCreateAdminRequest ## Example Usage ```typescript import { AuthCreateAdminRequest } from "dokploy/models/operations"; let value: AuthCreateAdminRequest = { email: "Cruz49@hotmail.com", password: "LeMKZZnr6bCDRt7", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `email` | *string* | :heavy_check_mark: | N/A | | `password` | *string* | :heavy_check_mark: | N/A |