curl --request POST \
--url https://api.example.com/cabinet/auth/account/unlink/{provider} \
--header 'Authorization: Bearer <token>'{
"success": true
}Unlink an OAuth provider from the current account.
curl --request POST \
--url https://api.example.com/cabinet/auth/account/unlink/{provider} \
--header 'Authorization: Bearer <token>'{
"success": true
}