In this problem scenario, organisation A generates the webhooks and sends it to organisation B, organisation B in turn sends it only to the proper destination organisation. The webhooks cannot be sent directly from organisation A to the destination organisation.
What would be the best architecture to follow for implementing such a scenario? I'm using Golang to implement this system
