User Login

LOGS USER INTO THE SYSTEM

Logs user into the system

POST /accounts/login

Request Body

NameTypeDescription

*

String

Object that contains username and password fields

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Session'
}

Last updated