curl --request GET \
--url https://api.example.com/cabinet/auth/oauth/{provider}/authorize{
"authorize_url": "<string>",
"state": "<string>"
}Get authorization URL for an OAuth provider.
curl --request GET \
--url https://api.example.com/cabinet/auth/oauth/{provider}/authorize{
"authorize_url": "<string>",
"state": "<string>"
}