# Login

Logs into the API and retrieves session details for further interactions.

Endpoint: POST /account/login
Version: 1.0.0

## Request fields (application/json):

  - `username` (string, required)
    The username.
    Example: "{{username}}"

  - `password` (string, required)
    The password.
    Example: "{{password}}"

## Response 200 fields (application/json):

  - `sessid` (string)
    Session ID

  - `session_name` (string)
    Session name

  - `account` (object)
    Account information


