curl --request PUT \
--url https://api.wacht.dev/social-connections \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"provider": "google",
"enabled": true,
"client_id": "<string>",
"client_secret": "<string>",
"scopes": [
"<string>"
],
"redirect_uri": "<string>"
}'