User Login
LOGS USER INTO THE SYSTEM
Logs user into the system
POST
/accounts/login
Request Body
Name
Type
Description
*
String
Object that contains username and password fields
{
content:
application/json:
schema:
$ref: '#/components/schemas/Session'
}
Last updated