pub async fn authenticate(
    email: &str,
    password: &str
) -> Result<AuthToken, ApiError>
Expand description

Authenticate to the Octopus API using the given email address and password, returning an authentication token which can be used for subsequent authenticated requests.