LoginRequest
passwordstring
The password associated with the account
Example:
Wint3rIsC0ming123!usernamestring
The email address associated with the existing account
Example:
jsnow@example.comLoginRequest
{
"password": "Wint3rIsC0ming123!",
"username": "jsnow@example.com"
}