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