Used to consume segment.io webhook payloads. Must be exposed publicly to the internet.
curl --request POST \ --url http://localhost:3001/api/public/webhooks/segment \ --header 'Content-Type: application/json' \ --header 'x-signature: <x-signature>' \ --data '{ "messageId": "<string>", "timestamp": "<string>" }'