curl -X POST "https://api.tktchurch.com/v1/auth/link-provider" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..." \ -H "Content-Type: application/json" \ -d '{ "idToken": "eyJhbGciOiJSUzI1NiIs..." }'
Link a new authentication provider to the current account
Show Error Object