Log into the API
Function Name:
Login
Request:
{
"username": String, // Password
"password": String, // Username
}
Response:
{
success : true,
response: {
"Login" : [
{
"userToken" : String|Int // Usertoken or 101 in Case of Error
}
]
}
}
Required Authentication:
None
Named Params
false