Our system have an existing user system and we only need to communicate with Moralis from the server side (no browser js integration is necessary).
How to create corresponding Moralis user from our own userâs blockchain address?
Specifically, we need this: https://docs.moralis.io/moralis-server/automatic-transaction-sync/historical-transactions#monitoring-non-authenticated-address. - We want to sync the existing addressesâ balance & transactions.
However, it is not clear how we can achieve it with with our existing user system.