curl --request GET \
--url https://api.example.com/cabinet/auth/account/link/{provider}/init \
--header 'Authorization: Bearer <token>'{
"authorize_url": "<string>",
"state": "<string>"
}Start OAuth flow for linking a new provider to the current account.
curl --request GET \
--url https://api.example.com/cabinet/auth/account/link/{provider}/init \
--header 'Authorization: Bearer <token>'{
"authorize_url": "<string>",
"state": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
google, yandex, discord, vk