curl --location --request POST '/yandex/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"inviteToken": "string",
"referrer": {},
"yandexClientId": "string",
"language": "ru",
"platform": "web"
}'
{
"tokens": {
"access_token": "string",
"refresh_token": "string"
},
"spaceId": 0,
"picture": "string"
}