pub async fn login(
    configuration: &Configuration,
    user_login: UserLogin
) -> Result<UserLoginReturn, Error<LoginError>>
Expand description

Login endpoint, returns tokens. EMAIL NEEDS TO BE VERIFIED (can be done through the email the user received).