LoginRequest
emailstringrequired
passwordstringrequired
session object
browserstring
The name of the browser used.
Example:
Chromeosstring
The operating system of the device.
Example:
WIndowsLoginRequest
{
"email": "string",
"password": "string",
"session": {
"browser": "Chrome",
"os": "WIndows"
}
}