In this case, we log in and register with typebot making the request from another system, which is at another url, but we are having problems regarding cors
In this case, we are trying to integrate typebot with our system. To do this, we need to automatically log the user into typebot, so we can forward the user directly to typebot without them needing to log in. The login would be done by our system, using the user's email
In fact, it would be ideal to use APIs. We would have access to the tokens of registered users so we could do what we need. In fact, the biggest problem in using the API for this solution would be precisely having access to user tokens.