cURL
curl --request POST \ --url https://7gzkqkjgcg.execute-api.us-east-2.amazonaws.com/stage/create/service/auth/google/{YOUR_INTEGRATION_NAME} \ --header 'Content-Type: application/json' \ --data '{ "GOOGLE_CLIENT_ID": "<string>", "GOOGLE_CLIENT_SECRET": "<string>" }'
{ "statusCode": 200, "body" { ... compelete: true, } }
This endpoint creates a new Google OAuth integration