PasswordLoginRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/PasswordLoginRequestBody.jsonemailemailrequired
Email address
passwordstringrequired
Password
PasswordLoginRequestBody
{
"$schema": "https://example.com/schemas/PasswordLoginRequestBody.json",
"password": "string"
}