curl --request GET \
--url https://api.faces.sh/v1/oauth[
{
"provider": "<string>",
"scope": "<string>",
"connected_at": "<string>"
}
]List all OAuth providers connected to the authenticated user’s account.
curl --request GET \
--url https://api.faces.sh/v1/oauth[
{
"provider": "<string>",
"scope": "<string>",
"connected_at": "<string>"
}
]