How can I create bidirectional replication with postgres?

I need to create a bidirectional replication with postgres, that is, when I save a data in the destination, this data must be saved in the source and vice versa

Hey right now we just move data thus we won’t be able to have a bidirectional replication.

Thank you for the answer bro