To create an account, follow these steps:

  1. Submit Registration Information 🛠️
    Provide your username, email address, and password.

    submit_form
    *Example:* ```http POST /api/v1/register HTTP/1.1 Content-Type: application/json

    { "username": "example_user", "email": "user@example.com", "password": "secure_password_123" }

    
    
  2. Verify Email Address ✉️
    Check your inbox for a confirmation link sent to the provided email.

    email_verification
    *Note:* Click the link within 24 hours to activate your account.
  3. Set Password 🔐
    Ensure your password meets the following criteria:

    • Minimum 8 characters
    • Includes uppercase and lowercase letters
    • Has at least one special symbol
    password_settings
  4. Complete Registration ✔️
    After verification, your account will be ready to use.

    confirmation_success

For more details on account management, visit our Account Management Guide.