AuthenticateInitRequest
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AuthenticateInitRequest",
"type": "object",
"properties": {
"login": {
"type": [
"string",
"null"
]
},
"origin": {
"type": "string"
}
},
"required": [
"origin"
]
}