curl --request POST \
--url http://localhost:3091/v1/api/auth/oauth2/google \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"idToken": "<string>"
}
'{}Authenticates or registers a user using a Google ID token.
curl --request POST \
--url http://localhost:3091/v1/api/auth/oauth2/google \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"idToken": "<string>"
}
'{}