POST /api/auth-identities/social; this endpoint never creates a user or links by email./api/login.curl --location '/api/login/social' \
--header 'Content-Type: application/json' \
--data '{
"corp": "string",
"provider": "google",
"id_token": "string",
"two_factor_code": "string",
"remember_device": true
}'