curl --request POST \
--url http://localhost:3001/api/public/webhooks/segment \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'x-signature: <x-signature>' \
--data '
{
"messageId": "<string>",
"timestamp": "<string>"
}
'