curl --location --request POST '/auth/register/complete' \
--header 'Content-Type: application/json' \
--data-raw '{
"registration_token": "string",
"first_name": "string",
"last_name": "string",
"patronymic": "string",
"password": "pa$$word"
}'{
"access_token": "string",
"refresh_token": "string"
}